mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
always focus search bar on appear, resolves #521
This commit is contained in:
parent
a2d00c4057
commit
fa5c8c2c75
1 changed files with 1 additions and 4 deletions
|
@ -51,12 +51,9 @@ namespace Bit.App.Pages
|
|||
if(!_hasFocused)
|
||||
{
|
||||
_hasFocused = true;
|
||||
if(string.IsNullOrWhiteSpace(_autofillUrl))
|
||||
{
|
||||
RequestFocus(_searchBar);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void SearchBar_TextChanged(object sender, TextChangedEventArgs e)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue