Fixed
Status Update
Comments
jb...@google.com <jb...@google.com> #2
We have logic to match exact deep links, since you have a path argument maybe this doesn't fall within that case.
But definitely feel free to upload a pull request with tests for this particular test case and we can work it out there.
ap...@google.com <ap...@google.com> #3
I've created
I not sure about names picked for test functions.
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)
.