working on automation

This commit is contained in:
ashraf_personal
2024-11-26 00:45:16 +03:00
parent bbe00c0372
commit 31278db437
8 changed files with 307 additions and 71 deletions

View File

@ -43,7 +43,7 @@ class SaveRoutineHelper {
),
),
const SizedBox(height: 8),
if (context.read<RoutineBloc>().isTabToRun)
if (state.isTabToRun)
ListTile(
leading: SvgPicture.asset(
Assets.tabToRun,