mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
DeepL: API domain
This commit is contained in:
@@ -474,6 +474,11 @@ public class ApplicationEx extends Application
|
||||
} else if (version < 1558) {
|
||||
if (!prefs.contains("button_extra"))
|
||||
editor.putBoolean("button_extra", true);
|
||||
} else if (version < 1598) {
|
||||
if (prefs.contains("deepl")) {
|
||||
String key = prefs.getString("deepl", null);
|
||||
editor.putString("deepl_key", key).remove("deepl");
|
||||
}
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user