fix(legacy-settings): go back after timezone save for consistency
This commit is contained in:
@@ -23,6 +23,7 @@ class TimezoneScreen extends ConsumerWidget {
|
|||||||
!next.hasError) {
|
!next.hasError) {
|
||||||
ref.read(timezoneSelectionProvider.notifier).clear();
|
ref.read(timezoneSelectionProvider.notifier).clear();
|
||||||
await showSuccessDialog(context, I18n.deviceUpdatedSuccess);
|
await showSuccessDialog(context, I18n.deviceUpdatedSuccess);
|
||||||
|
if (context.mounted) Navigator.of(context).pop();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user