mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Small behavior improvement
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user