Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
This has been fixed internally in https://android-review.googlesource.com/870975 and will be available in Navigation 1.0.0-alpha10.
Now, instead of crashing, we ignore invalid deep links, printing a log message saying as much.
Now, instead of crashing, we ignore invalid deep links, printing a log message saying as much.
gi...@gmail.com <gi...@gmail.com> #3
Hi team.
The problem still occurs on version 2.2.0-rc04
The problem still occurs on version 2.2.0-rc04
il...@google.com <il...@google.com> #4
Hi, still getting crash for 2.1.0
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #5
still getting crash on version 2.2.0
ap...@google.com <ap...@google.com> #6
getting crash with 2.2.1
Description
Version used: 1.0.0-alpha07
Devices/Android versions reproduced on: HTC One, API 21
When the defined destination for an action in a given graph is another activity, the NavController.OnNavigatedListener registered for the origin Activity NavController is never called.
Although the new Activity has its own NavController, I think this navigation event is also relevant for the origin Activity NavController.