mirror of
https://github.com/venera-app/venera.git
synced 2025-12-16 07:01:16 +00:00
fix #109
This commit is contained in:
@@ -62,9 +62,7 @@ class _MainPageState extends State<MainPage> {
|
||||
}
|
||||
|
||||
final _pages = [
|
||||
const HomePage(
|
||||
key: PageStorageKey('home'),
|
||||
),
|
||||
const HomePage(),
|
||||
const FavoritesPage(
|
||||
key: PageStorageKey('favorites'),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user