mirror of https://github.com/M66B/FairEmail.git
Small behavior improvement
This commit is contained in:
parent
be90d57b00
commit
fe32caf2f9
|
@ -916,10 +916,8 @@ public class Helper {
|
|||
}
|
||||
|
||||
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_tabs = false;
|
||||
}
|
||||
|
||||
if (open_with_tabs && !hasCustomTabs(context, uri, open_with_pkg))
|
||||
open_with_tabs = false;
|
||||
|
|
Loading…
Reference in New Issue