mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 00:33:20 +00:00
Fixed locked setting bug. Added no site list message to extension.
This commit is contained in:
@@ -153,10 +153,7 @@ namespace Bit.iOS.Extension
|
||||
var loadingAlert = Dialogs.CreateLoadingAlert("Saving...");
|
||||
PresentViewController(loadingAlert, true, null);
|
||||
await saveTask;
|
||||
DismissViewController(false, () =>
|
||||
{
|
||||
Parent.DismissModal();
|
||||
});
|
||||
Parent.DismissModal();
|
||||
}
|
||||
|
||||
public override void PrepareForSegue(UIStoryboardSegue segue, NSObject sender)
|
||||
|
||||
Reference in New Issue
Block a user