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) {
|
if (matrix == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!AppSettings.showNoGoogle.value) {
|
if (AppSettings.showNoGoogle.value) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
await loadLocale();
|
await loadLocale();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue