mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-13 04:01:02 +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)) {
|
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…
x
Reference in New Issue
Block a user