Add a shortcut to navigate to the notification settings in case of error.

This commit is contained in:
Benoit Marty 2024-06-17 16:20:23 +02:00
parent 2533dff00c
commit 2e8b63c006
6 changed files with 37 additions and 3 deletions

View file

@ -32,6 +32,9 @@ interface PreferencesEntryPoint : FeatureEntryPoint {
@Parcelize
data object NotificationSettings : InitialTarget
@Parcelize
data object NotificationTroubleshoot : InitialTarget
}
data class Params(val initialElement: InitialTarget) : NodeInputs