mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-02 16:14:21 +01:00
fix: nogooglewarning
This commit is contained in:
parent
54f2ead465
commit
76199418b2
@ -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…
Reference in New Issue
Block a user