Fix views count issue on app loading

This commit is contained in:
Yegor Vialov 2018-11-04 11:23:21 +02:00
parent ff4185effe
commit 5b6155057c

View File

@ -532,7 +532,7 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver {
@override
Widget build(BuildContext context) {
// This method is rerun every time setState is called.
if (_homeAssistant.entities.isEmpty) {
if (_homeAssistant.ui == null || _homeAssistant.ui.views == null) {
return _buildScaffold(true);
} else {
return DefaultTabController(