mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 11:13:49 +00:00
Added "first load" check on site list to wait for sync to complete if key changed. Renamed "other" constants.
This commit is contained in:
@@ -92,7 +92,7 @@ namespace Bit.App.Pages
|
||||
{
|
||||
if(Model.PIN == _authService.PIN)
|
||||
{
|
||||
_settings.AddOrUpdateValue(Constants.SettingLocked, false);
|
||||
_settings.AddOrUpdateValue(Constants.Locked, false);
|
||||
PinControl.Entry.Unfocus();
|
||||
Navigation.PopModalAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user