diff options
author | Felipe Erias <felipeerias@igalia.com> | 2021-11-26 13:54:05 +0900 |
---|---|---|
committer | Felipe Erias <felipeerias@igalia.com> | 2021-11-26 13:54:05 +0900 |
commit | df52cca7ddb759f01bb1e96037a88f058e7e23e7 (patch) | |
tree | 95ab47053a2606e93209b827d9a10171b1ea8f0a /lib/homescreen.dart | |
parent | 23f7cad0b4b33f797837f66e42b36c231b1f1801 (diff) |
Simple Media page
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 b78a5d2..8e4eb48 100644 --- a/lib/homescreen.dart +++ b/lib/homescreen.dart @@ -137,7 +137,7 @@ class _HomescreenState extends State<Homescreen> with TickerProviderStateMixin { case 1: return DashboardPage(key: ValueKey(selectedIndex)); case 2: - return HVACPage(key: ValueKey(selectedIndex)); + return HVACPageContainer(key: ValueKey(selectedIndex)); case 3: return MediaPage(key: ValueKey(selectedIndex)); default: |