Sort primary account on top

This commit is contained in:
M66B
2021-03-21 07:52:32 +01:00
parent fcc09d538f
commit b54bc0cfa6
3 changed files with 4 additions and 3 deletions

View File

@@ -426,6 +426,9 @@ public class ApplicationEx extends Application
} else if (version < 1533) {
if (!prefs.contains("biometrics_notify"))
editor.putBoolean("biometrics_notify", false);
} else if (version < 1535) {
editor.remove("identities_asked");
editor.remove("identities_primary_hint");
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)