1
0
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:
Kyle Spearrin
2016-07-21 20:59:55 -04:00
parent 7f5d371bf3
commit 81473cbefe
4 changed files with 16 additions and 4 deletions

View File

@@ -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);
});
}