mirror of
https://github.com/bitwarden/android.git
synced 2026-05-08 04:16:40 -05: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