fix: nogooglewarning

onboarding
Christian Pauly 4 years ago
parent 26bd2e8eab
commit 2362e9f273

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

Loading…
Cancel
Save