fix(legacy-settings): go back after timezone save for consistency

This commit is contained in:
2026-04-22 01:31:15 +02:00
parent 3b1534d3b3
commit 3f9c298b6f

View File

@@ -23,6 +23,7 @@ class TimezoneScreen extends ConsumerWidget {
!next.hasError) {
ref.read(timezoneSelectionProvider.notifier).clear();
await showSuccessDialog(context, I18n.deviceUpdatedSuccess);
if (context.mounted) Navigator.of(context).pop();
}
});