Convert MiscellaneousValues to kotlin.

This commit is contained in:
Greyson Parrelli
2024-03-18 11:18:22 -04:00
committed by Cody Henthorne
parent e6a11c1ccf
commit e24c951d83
18 changed files with 264 additions and 397 deletions

View File

@@ -167,7 +167,7 @@ public class ApplicationMigrations {
return;
} else {
Log.d(TAG, "About to update. Clearing deprecation flag.");
SignalStore.misc().clearClientDeprecated();
SignalStore.misc().setClientDeprecated(false);
}
final int lastSeenVersion = TextSecurePreferences.getAppMigrationVersion(context);