mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
longer sleep for input focus on android
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user