Merge branch 'develop' into feature/fd-466

This commit is contained in:
J. A. Messias 2024-11-07 15:34:12 -03:00
commit de21dd4fd5
2 changed files with 2 additions and 2 deletions

View File

@ -271,7 +271,7 @@ class _AppState extends State<App> with WidgetsBindingObserver {
@override @override
void didChangeAppLifecycleState(AppLifecycleState state) async { void didChangeAppLifecycleState(AppLifecycleState state) async {
if(state == AppLifecycleState.resumed) await _initializeNotificationService(); if(state == AppLifecycleState.resumed) await LocalizationService.processLocals(context);
} }
@override @override