This commit is contained in:
2025-02-11 17:55:17 +08:00
parent a4e2d4f6e4
commit c7d72347a9
6 changed files with 8 additions and 10 deletions

View File

@@ -189,7 +189,7 @@ class _SearchPageState extends State<SearchPage> {
void updateSearchSourcesIfNeeded() {
var old = searchSources;
findSearchSources();
if (old.isEqualsTo(searchSources)) {
if (old.isEqualTo(searchSources)) {
return;
}
setState(() {});