Fix opening an app link as popup loses it's opener when its origin app tab is not loaded

This commit is contained in:
Hadi Nategh 2021-05-21 12:39:56 +02:00
parent 5e151a6210
commit 0e69c8c800

View File

@ -910,7 +910,7 @@ var fw_base = (function(){ "use strict"; return Class.extend(
if (appEntry && appEntry.browser == null) if (appEntry && appEntry.browser == null)
{ {
navigate = true; navigate = true;
framework.applicationTabNavigate(appEntry, 'about:blank'); framework.applicationTabNavigate(appEntry, appEntry.indexUrl);
} }
} }
else else