aboutsummaryrefslogtreecommitdiffstats
path: root/lib/homescreen.dart
diff options
context:
space:
mode:
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: