mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 17:23:18 +00:00
refresh search on appear if has text
This commit is contained in:
@@ -75,6 +75,10 @@ namespace Bit.App.Pages
|
|||||||
{
|
{
|
||||||
WebsiteIconsEnabled = !(await _stateService.GetAsync<bool?>(Constants.DisableFaviconKey))
|
WebsiteIconsEnabled = !(await _stateService.GetAsync<bool?>(Constants.DisableFaviconKey))
|
||||||
.GetValueOrDefault();
|
.GetValueOrDefault();
|
||||||
|
if(!string.IsNullOrWhiteSpace((Page as CiphersPage).SearchBar.Text))
|
||||||
|
{
|
||||||
|
Search((Page as CiphersPage).SearchBar.Text, 500);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Search(string searchText, int? timeout = null)
|
public void Search(string searchText, int? timeout = null)
|
||||||
|
|||||||
Reference in New Issue
Block a user