mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-08-26 03:59:39 +00:00
sp-1268-rework-v2.
This commit is contained in:
@ -111,7 +111,7 @@ class SceneView extends StatelessWidget {
|
|||||||
if (state is SceneLoaded) {
|
if (state is SceneLoaded) {
|
||||||
final scenes = state.scenes;
|
final scenes = state.scenes;
|
||||||
final automationList = state.automationList;
|
final automationList = state.automationList;
|
||||||
|
if (scenes.isEmpty) return const EmptyDevicesWidget();
|
||||||
return pageType
|
return pageType
|
||||||
? SizedBox(
|
? SizedBox(
|
||||||
height: context.height * 0.1,
|
height: context.height * 0.1,
|
||||||
|
Reference in New Issue
Block a user