mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
always focus search bar on appear, resolves #521
This commit is contained in:
@@ -51,10 +51,7 @@ namespace Bit.App.Pages
|
||||
if(!_hasFocused)
|
||||
{
|
||||
_hasFocused = true;
|
||||
if(string.IsNullOrWhiteSpace(_autofillUrl))
|
||||
{
|
||||
RequestFocus(_searchBar);
|
||||
}
|
||||
RequestFocus(_searchBar);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user