longer sleep for input focus on android

This commit is contained in:
Kyle Spearrin 2016-08-27 02:37:52 -04:00
parent 1d902c64d7
commit 42434229ce
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ namespace Bit.App
return !page.IsPortrait();
}
public static void FocusWithDelay(this Entry entry, int delay = 500)
public static void FocusWithDelay(this Entry entry, int delay = 1000)
{
if(Device.OS == TargetPlatform.Android)
{