summaryrefslogtreecommitdiffstats
path: root/lib/homescreen.dart
diff options
context:
space:
mode:
authorFelipe Erias <felipeerias@igalia.com>2021-11-26 13:54:05 +0900
committerFelipe Erias <felipeerias@igalia.com>2021-11-26 13:54:05 +0900
commitdf52cca7ddb759f01bb1e96037a88f058e7e23e7 (patch)
tree95ab47053a2606e93209b827d9a10171b1ea8f0a /lib/homescreen.dart
parent23f7cad0b4b33f797837f66e42b36c231b1f1801 (diff)
Simple Media page
Diffstat (limited to 'lib/homescreen.dart')
-rw-r--r--lib/homescreen.dart2
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: