fix(legacy-settings): keep alarm list after save for consistency
This commit is contained in:
@@ -149,9 +149,6 @@ class AlarmScreen extends ConsumerWidget {
|
|||||||
context,
|
context,
|
||||||
I18n.alarmSaved,
|
I18n.alarmSaved,
|
||||||
);
|
);
|
||||||
if (context.mounted) {
|
|
||||||
navigationContract.goBack();
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
text: context.translate(I18n.alarmSave),
|
text: context.translate(I18n.alarmSave),
|
||||||
color: primaryColor,
|
color: primaryColor,
|
||||||
|
|||||||
Reference in New Issue
Block a user