This commit is contained in:
2024-12-21 18:08:32 +08:00
parent 9f67cd0d07
commit e77424e00e
4 changed files with 14 additions and 6 deletions

View File

@@ -62,9 +62,7 @@ class _MainPageState extends State<MainPage> {
}
final _pages = [
const HomePage(
key: PageStorageKey('home'),
),
const HomePage(),
const FavoritesPage(
key: PageStorageKey('favorites'),
),