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