mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 23:03:23 +00:00
Some debug logs. Adjusting animations.
This commit is contained in:
@@ -125,8 +125,10 @@ namespace Bit.iOS.Extension
|
||||
|
||||
public void DismissLockAndContinue()
|
||||
{
|
||||
DismissViewController(true, () =>
|
||||
Debug.WriteLine("BW Log, Dismissing lock controller.");
|
||||
DismissViewController(false, () =>
|
||||
{
|
||||
Debug.WriteLine("BW Log, Segue to site list.");
|
||||
PerformSegue("siteListSegue", this);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user