Fixed
Status Update
Comments
jb...@google.com <jb...@google.com> #2
Nested scrolling works partially (as per http://b/122818889 ). Let's discuss if we need full support and if so make sure it works.
ap...@google.com <ap...@google.com> #3
Hi!
What is 'partially' exactly?
How do I see it?
Thanks!
What is 'partially' exactly?
How do I see it?
Thanks!
Description
Component used: Navigation
Version used: 2.8.0-beta06
Given a data class like:
If you do
navigate(ScreenBRoute)
, you get a Lint warning, but you don't get the same kind of error when doingpopBackStack(ScreenBRoute, inclusive = false)
.Ideally, it would warn you and offer it to replace to
popBackStack<ScreenBRoute>(inclusive = false)
.