1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-14 07:13:33 +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

@@ -8,6 +8,7 @@ using MobileCoreServices;
using Bit.App.Abstractions;
using Bit.iOS.Core.Utilities;
using Bit.App.Resources;
using System.Diagnostics;
namespace Bit.iOS.Extension
{
@@ -58,6 +59,7 @@ namespace Bit.iOS.Extension
{
if(PinTextField.Text == _authService.PIN)
{
Debug.WriteLine("BW Log, Start Dismiss PIN controller.");
PinTextField.ResignFirstResponder();
LoadingViewController.DismissLockAndContinue();
}