fix: noFCM warning dialog

This commit is contained in:
krille-chan 2023-10-28 11:30:02 +02:00
commit deda870e99
No known key found for this signature in database
3 changed files with 14 additions and 7 deletions

View file

@ -271,7 +271,7 @@ class BackgroundPush {
if (matrix == null) {
return;
}
if (await store.getItemBool(SettingKeys.showNoGoogle, true) == true) {
if (await store.getItemBool(SettingKeys.showNoGoogle, false) == true) {
return;
}
await loadLocale();