This commit is contained in:
Yegor Vialov
2018-11-16 14:30:43 +02:00
parent c5942d22b3
commit 1bd04abd37
5 changed files with 12 additions and 202 deletions

View File

@ -10,7 +10,7 @@ class HomeAssistantUI {
Widget build(BuildContext context) {
return TabBarView(
children: _buildViews(context)
children: _buildViews(context)
);
}