mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-22 11:35:21 +01:00
longer sleep for input focus on android
This commit is contained in:
parent
1d902c64d7
commit
42434229ce
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user