mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 07:13:33 +00:00
Fixed locked setting bug. Added no site list message to extension.
This commit is contained in:
@@ -9,6 +9,7 @@ using Bit.App.Abstractions;
|
||||
using Bit.iOS.Core.Utilities;
|
||||
using Bit.App.Resources;
|
||||
using System.Diagnostics;
|
||||
using Bit.App;
|
||||
|
||||
namespace Bit.iOS.Extension
|
||||
{
|
||||
@@ -60,6 +61,7 @@ namespace Bit.iOS.Extension
|
||||
if(PinTextField.Text == _authService.PIN)
|
||||
{
|
||||
Debug.WriteLine("BW Log, Start Dismiss PIN controller.");
|
||||
_settings.AddOrUpdateValue(Constants.SettingLocked, false);
|
||||
PinTextField.ResignFirstResponder();
|
||||
LoadingViewController.DismissLockAndContinue();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user