Small behavior improvement

This commit is contained in:
M66B 2022-07-17 15:00:22 +02:00
parent be90d57b00
commit fe32caf2f9
1 changed files with 1 additions and 3 deletions

View File

@ -916,10 +916,8 @@ public class Helper {
} }
if (!"chooser".equals(open_with_pkg)) { if (!"chooser".equals(open_with_pkg)) {
if (open_with_pkg != null && !isInstalled(context, open_with_pkg)) { if (open_with_pkg != null && !isInstalled(context, open_with_pkg))
open_with_pkg = null; open_with_pkg = null;
open_with_tabs = false;
}
if (open_with_tabs && !hasCustomTabs(context, uri, open_with_pkg)) if (open_with_tabs && !hasCustomTabs(context, uri, open_with_pkg))
open_with_tabs = false; open_with_tabs = false;