mirror of
https://github.com/bitwarden/mobile
synced 2026-01-08 11:33:31 +00:00
back to old search icon
This commit is contained in:
@@ -37,9 +37,9 @@ namespace Bit.App
|
||||
return !page.IsPortrait();
|
||||
}
|
||||
|
||||
public static void FocusWithDelay(this View view, int delay = 1000)
|
||||
public static void FocusWithDelay(this View view, int delay = 1000, bool forceDelay = false)
|
||||
{
|
||||
if(Device.RuntimePlatform == Device.Android)
|
||||
if(Device.RuntimePlatform == Device.Android || forceDelay)
|
||||
{
|
||||
Task.Run(async () =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user