Fixed
Status Update
Comments
jb...@google.com <jb...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
ap...@google.com <ap...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
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)
.