mirror of
https://github.com/BlueBubblesApp/bluebubbles-app.git
synced 2025-08-06 19:44:08 +08:00
feat: better unread responsiveness & better material theme
This commit is contained in:
@ -145,7 +145,7 @@ class Database {
|
||||
|
||||
static void _performDatabaseMigrations({int? versionOverride}) {
|
||||
int version = versionOverride ?? ss.prefs.getInt('dbVersion') ?? (ss.settings.finishedSetup.value ? 1 : Database.version);
|
||||
if (version > Database.version) return;
|
||||
if (version <= Database.version) return;
|
||||
|
||||
final Stopwatch s = Stopwatch();
|
||||
s.start();
|
||||
|
Reference in New Issue
Block a user