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

@@ -37,7 +37,7 @@ class _ExplorePageState extends State<ExplorePage>
.expand((e) => e.map((e) => e.title))
.toList();
explorePages = explorePages.where((e) => all.contains(e)).toList();
if (!pages.isEqualsTo(explorePages)) {
if (!pages.isEqualTo(explorePages)) {
setState(() {
pages = explorePages;
controller = TabController(