fix: Hide no fcm warning after dismissed

This commit is contained in:
Christian Kußowski 2025-11-30 12:47:49 +01:00
parent 35983437e2
commit 75a37f3f7c
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

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