mirror of
https://github.com/bitwarden/mobile
synced 2026-01-08 11:33:31 +00:00
Do not show no data message when searching and no results.
This commit is contained in:
@@ -258,7 +258,7 @@ namespace Bit.App.Pages
|
||||
|
||||
private void AdjustContent()
|
||||
{
|
||||
if(PresentationFolders.Count > 0)
|
||||
if(PresentationFolders.Count > 0 || !string.IsNullOrWhiteSpace(Search.Text))
|
||||
{
|
||||
Content = ResultsStackLayout;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user