Add preview for disabled notifications.

This commit is contained in:
Benoit Marty
2024-06-19 11:09:57 +02:00
parent 54740c982e
commit 0886443fe7

View File

@@ -42,6 +42,7 @@ open class NotificationSettingsStateProvider : PreviewParameterProvider<Notifica
aInvalidNotificationSettingsState(),
aInvalidNotificationSettingsState(fixFailed = true),
aValidNotificationSettingsState(fullScreenIntentPermissionsState = aFullScreenIntentPermissionsState(permissionGranted = false)),
aValidNotificationSettingsState(appNotificationEnabled = false),
)
}