Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
Thanks for filing the issue.
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
Description
When executing deep-links from another app to a Destination which has parent Destinations, the initial Activity may be put on the calling app's task stack. This allows a back-press to return to the calling app, and an 'up' press open the parent of the Destination in a new task.
In navigateUp(), when flow reaches the following line:
The newly-created task stack does not include any of the arguments that the initial Fragment destination were given. Fragment args will be empty, and the Activity will not include the original deep-link URL.
The original URI and arguments should be passed to the newly-created Activity and Destination Fragment.