diff options
author | Felipe Erias <felipeerias@igalia.com> | 2021-12-02 15:20:29 +0900 |
---|---|---|
committer | Felipe Erias <felipeerias@igalia.com> | 2021-12-02 15:20:29 +0900 |
commit | a35701737f1991c1615e621fe8f03ec7ad448e6d (patch) | |
tree | 9e9f05efc84ae8843c9797915bf82c7515d92c38 /lib/homescreen.dart | |
parent | ecc4dcabd28889594b94678f9a4ac74b903c05b8 (diff) |
Cleanup and styles
Diffstat (limited to 'lib/homescreen.dart')
-rw-r--r-- | lib/homescreen.dart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/homescreen.dart b/lib/homescreen.dart index 3c1934f..1591169 100644 --- a/lib/homescreen.dart +++ b/lib/homescreen.dart @@ -36,7 +36,7 @@ class _HomescreenState extends State<Homescreen> with TickerProviderStateMixin { case PageIndex.dashboard: return DashboardPage(key: ValueKey(selectedIndex)); case PageIndex.hvac: - return HVACPageContainer(key: ValueKey(selectedIndex)); + return HVACPage(key: ValueKey(selectedIndex)); case PageIndex.media: return MediaPage(key: ValueKey(selectedIndex)); case PageIndex.demo3d: |