mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Make build deprecation more resilient to clock skew.
This commit is contained in:
committed by
Alex Hart
parent
f572eb5322
commit
3ff218f9c6
@@ -168,7 +168,7 @@ public class ApplicationMigrations {
|
||||
VersionTracker.updateLastSeenVersion(context);
|
||||
return;
|
||||
} else {
|
||||
Log.d(TAG, "About to update. Clearing deprecation flag.");
|
||||
Log.d(TAG, "About to update. Clearing deprecation flag.", true);
|
||||
SignalStore.misc().setClientDeprecated(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user