Added more options to send dialog

This commit is contained in:
M66B
2023-10-19 20:41:41 +02:00
parent 82f207ed52
commit faa36317db
3 changed files with 91 additions and 23 deletions

View File

@@ -764,7 +764,8 @@ public class ApplicationEx extends Application
} else if (version < 2108) {
if (!prefs.getBoolean("updown", false))
editor.putBoolean("updown", false);
}
} else if (version < 2113)
editor.remove("send_more");
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service");