Add a shortcut to navigate to the notification settings in case of error.
This commit is contained in:
parent
e31fc17c9a
commit
5180ce388c
6 changed files with 37 additions and 3 deletions
|
|
@ -32,6 +32,9 @@ interface PreferencesEntryPoint : FeatureEntryPoint {
|
|||
|
||||
@Parcelize
|
||||
data object NotificationSettings : InitialTarget
|
||||
|
||||
@Parcelize
|
||||
data object NotificationTroubleshoot : InitialTarget
|
||||
}
|
||||
|
||||
data class Params(val initialElement: InitialTarget) : NodeInputs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue