Add preview for disabled notifications.
This commit is contained in:
parent
54740c982e
commit
0886443fe7
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ open class NotificationSettingsStateProvider : PreviewParameterProvider<Notifica
|
||||||
aInvalidNotificationSettingsState(),
|
aInvalidNotificationSettingsState(),
|
||||||
aInvalidNotificationSettingsState(fixFailed = true),
|
aInvalidNotificationSettingsState(fixFailed = true),
|
||||||
aValidNotificationSettingsState(fullScreenIntentPermissionsState = aFullScreenIntentPermissionsState(permissionGranted = false)),
|
aValidNotificationSettingsState(fullScreenIntentPermissionsState = aFullScreenIntentPermissionsState(permissionGranted = false)),
|
||||||
|
aValidNotificationSettingsState(appNotificationEnabled = false),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue