Resolves #187 Fix crash on view count changes
This commit is contained in:
@ -559,8 +559,8 @@ class HomeAssistant {
|
||||
}
|
||||
}
|
||||
|
||||
Widget buildViews(BuildContext context, bool lovelace) {
|
||||
return ui.build(context);
|
||||
Widget buildViews(BuildContext context, bool lovelace, TabController tabController) {
|
||||
return ui.build(context, tabController);
|
||||
}
|
||||
|
||||
Future<List> getHistory(String entityId) async {
|
||||
|
Reference in New Issue
Block a user