mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Convert MiscellaneousValues to kotlin.
This commit is contained in:
committed by
Cody Henthorne
parent
e6a11c1ccf
commit
e24c951d83
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user