mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 17:34:56 +00:00
Implemented tab to run setting
This commit is contained in:
@ -370,6 +370,9 @@ class HomeCubit extends Cubit<HomeState> {
|
||||
.add(const SmartSceneClearEvent());
|
||||
BlocProvider.of<EffectPeriodBloc>(NavigationService.navigatorKey.currentState!.context)
|
||||
.add(ResetEffectivePeriod());
|
||||
NavigationService.navigatorKey.currentContext!
|
||||
.read<CreateSceneBloc>()
|
||||
.add(const ClearTabToRunSetting());
|
||||
},
|
||||
),
|
||||
IconButton(
|
||||
|
||||
Reference in New Issue
Block a user