fix: Hide no fcm warning after dismissed
This commit is contained in:
parent
35983437e2
commit
75a37f3f7c
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ class BackgroundPush {
|
|||
if (matrix == null) {
|
||||
return;
|
||||
}
|
||||
if (!AppSettings.showNoGoogle.value) {
|
||||
if (AppSettings.showNoGoogle.value) {
|
||||
return;
|
||||
}
|
||||
await loadLocale();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue