clear before notificaciones

This commit is contained in:
Felipe
2024-04-20 11:39:01 -05:00
parent c874178019
commit 34135b25e1
6 changed files with 34 additions and 21 deletions
@@ -62,6 +62,7 @@ class ScheduleItem extends StatelessWidget {
visible: schedule.enabled,
child: hoursRangesBody(context),
),
const Divider(),
],
);
}