Small behavior improvement

pull/209/head
M66B 3 years ago
parent be90d57b00
commit fe32caf2f9

@ -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;

Loading…
Cancel
Save