Skip to content

Commit dcb953b

Browse files
committed
handled deeplink for registration screen
1 parent 1e427a8 commit dcb953b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/core/src/main/java/pseudoankit/droid/core/deeplink/TaskyDeeplink.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ object TaskyDeeplink {
3535
replace(SCHEME + Host.reminder, "reminder_screen")
3636
}
3737
contains(Host.agendaSelection) -> "agenda_items_screen"
38+
contains(Host.registration) -> "registration_screen"
3839
else -> ""
3940
}
4041
}

0 commit comments

Comments
 (0)