Merge branch 'develop' into feature/fd-466
This commit is contained in:
commit
de21dd4fd5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue