Merge commit '75a37f3f7c68ba240551da3569a9b1fc6e1dd528' into fluffychat-merge-2

This commit is contained in:
ggurdin 2026-02-05 13:07:17 -05:00
commit ca5991924c
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -483,7 +483,7 @@ class BackgroundPush {
if (matrix == null) {
return;
}
if (!AppSettings.showNoGoogle.value) {
if (AppSettings.showNoGoogle.value) {
return;
}
await loadLocale();