mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
remove needs migration flag
This commit is contained in:
parent
4f2b76c442
commit
f5b05ecd92
1 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,8 @@ namespace Bit.App.Migration
|
||||||
await cryptoService.SetEncKeyAsync(oldEncKey);
|
await cryptoService.SetEncKeyAsync(oldEncKey);
|
||||||
await cryptoService.SetEncPrivateKeyAsync(oldEncPrivateKey);
|
await cryptoService.SetEncPrivateKeyAsync(oldEncPrivateKey);
|
||||||
|
|
||||||
|
// Remove "needs migration" flag
|
||||||
|
settingsShim.Remove(Constants.OldLastActivityKey);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue