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