Fixing missing refresh

This commit is contained in:
2022-04-16 20:16:08 -04:00
parent 482cbb6781
commit 3e53a890cf
3 changed files with 11 additions and 4 deletions
+2
View File
@@ -101,6 +101,8 @@ public class SearchService : ISearchService
}
isLoaded = true;
NotifyDataChanged();
}
public bool IsLoaded()