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