mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
focus search bar on appear
This commit is contained in:
@@ -39,6 +39,12 @@ namespace Bit.iOS.Autofill
|
|||||||
await ((TableSource)TableView.Source).LoadItemsAsync(false, SearchBar.Text);
|
await ((TableSource)TableView.Source).LoadItemsAsync(false, SearchBar.Text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public override void ViewDidAppear(bool animated)
|
||||||
|
{
|
||||||
|
base.ViewDidAppear(animated);
|
||||||
|
SearchBar?.BecomeFirstResponder();
|
||||||
|
}
|
||||||
|
|
||||||
partial void CancelBarButton_Activated(UIBarButtonItem sender)
|
partial void CancelBarButton_Activated(UIBarButtonItem sender)
|
||||||
{
|
{
|
||||||
if(FromList)
|
if(FromList)
|
||||||
|
|||||||
Reference in New Issue
Block a user