chore: Follow up push rules

This commit is contained in:
Krille 2025-02-05 12:15:17 +01:00
parent 1147ddf91d
commit 0106c0f6f6
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -91,9 +91,10 @@ class SettingsNotificationsView extends StatelessWidget {
value: rule.enabled,
onChanged: controller.isLoading
? null
: Matrix.of(context)
.client
.allPushNotificationsMuted
: rule.ruleId != '.m.rule.master' &&
Matrix.of(context)
.client
.allPushNotificationsMuted
? null
: (_) => controller.togglePushRule(
category.kind,