Merge commit '75a37f3f7c68ba240551da3569a9b1fc6e1dd528' into fluffychat-merge-2
This commit is contained in:
commit
ca5991924c
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,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