Are there clear patterns for Jetpack Navigation an...
# compose
y
Are there clear patterns for Jetpack Navigation and a composable route with a HorizontalPager? I'd like deeplinks from notifications to be able to link into different pages in the pager? But it should essentially navigate within the same instance. Or is this up to how I build my PendingIntent, and I should rely on Navigation rebuilding the Activity but it looking identical by saving state?