Fix for inbox sometimes not reappearing
Apparently focusing an app window does not implicitly unhide it. // FREEBIE
This commit is contained in:
@@ -76,6 +76,7 @@
|
||||
} else if (chrome.app.window) {
|
||||
var appWindow = chrome.app.window.get(id);
|
||||
if (appWindow) {
|
||||
appWindow.show();
|
||||
appWindow.focus();
|
||||
callback();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user