1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-20 10:13:42 +00:00

Splash screen, styling updates, focus with delay for android.

This commit is contained in:
Kyle Spearrin
2016-08-19 00:27:37 -04:00
parent 90a6855e39
commit c27d427799
17 changed files with 101 additions and 17 deletions

View File

@@ -85,7 +85,7 @@ namespace Bit.App.Pages
protected override void OnAppearing()
{
base.OnAppearing();
PinControl.Entry.Focus();
PinControl.Entry.FocusWithDelay();
}
protected void PinEntered(object sender, EventArgs args)