fix: nogooglewarning

This commit is contained in:
Christian Pauly 2021-04-11 15:34:37 +02:00
parent 54f2ead465
commit 76199418b2
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ class BackgroundPush {
}
if (await store.getItemBool(SettingKeys.showNoGoogle, true)) {
await loadLocale();
AdaptivePageLayout.of(context).showSnackBar(SnackBar(
apl.currentState.showSnackBar(SnackBar(
content: Text(
l10n.noGoogleServicesWarning,
)));