mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Reset manifest version to zero after account restore.
This commit is contained in:
@@ -76,8 +76,8 @@ public class StorageAccountRestoreJob extends BaseJob {
|
||||
return;
|
||||
}
|
||||
|
||||
Log.i(TAG, "Updating local manifest version to: " + manifest.get().getVersion());
|
||||
TextSecurePreferences.setStorageManifestVersion(context, manifest.get().getVersion());
|
||||
Log.i(TAG, "Updating local manifest version to 0.");
|
||||
TextSecurePreferences.setStorageManifestVersion(context, 0);
|
||||
|
||||
Optional<StorageId> accountId = manifest.get().getAccountStorageId();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user