fix: nogooglewarning
This commit is contained in:
parent
26bd2e8eab
commit
2362e9f273
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
)));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue