mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +03:00
longer sleep for input focus on android
This commit is contained in:
parent
1d902c64d7
commit
42434229ce
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ namespace Bit.App
|
||||||
return !page.IsPortrait();
|
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)
|
if(Device.OS == TargetPlatform.Android)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue