mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Browse links migration
This commit is contained in:
@@ -621,8 +621,11 @@ public class ApplicationEx extends Application
|
||||
if (class_min_difference == 0)
|
||||
editor.putBoolean("classification", false);
|
||||
} else if (version < 1918) {
|
||||
editor.remove("confirm_links");
|
||||
editor.remove("browse_links");
|
||||
if (prefs.contains("browse_links")) {
|
||||
boolean browse_links = prefs.getBoolean("browse_links", false);
|
||||
editor.remove("browse_links")
|
||||
.putBoolean("open_with_tabs", !browse_links);
|
||||
}
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user