Fixed
Status Update
Comments
il...@google.com <il...@google.com>
il...@google.com <il...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit ef4bd54e5dec9e9e8e5e510baeabc4ff00ef77cd
Author: Sherry Hu <shuanghu@google.com>
Date: Thu Jun 17 11:53:51 2021
Add AbstractListDetailFragment
Bug: 191276636
Test: Will test in sample application and unit tests.
Relnote: Added new AbstractListDetailFragment
Change-Id: Iac4be7b764ced86cdbff3c696c2cbdf2741eb81c
M navigation/navigation-fragment/api/current.txt
M navigation/navigation-fragment/api/public_plus_experimental_current.txt
M navigation/navigation-fragment/api/restricted_current.txt
M navigation/navigation-fragment/build.gradle
A navigation/navigation-fragment/src/main/java/androidx/navigation/fragment/AbstractListDetailFragment.kt
A navigation/navigation-fragment/src/main/res/layout/abstract_list_detail_fragment.xml
M settings.gradle
https://android-review.googlesource.com/1740053
Branch: androidx-main
commit ef4bd54e5dec9e9e8e5e510baeabc4ff00ef77cd
Author: Sherry Hu <shuanghu@google.com>
Date: Thu Jun 17 11:53:51 2021
Add AbstractListDetailFragment
Bug: 191276636
Test: Will test in sample application and unit tests.
Relnote: Added new AbstractListDetailFragment
Change-Id: Iac4be7b764ced86cdbff3c696c2cbdf2741eb81c
M navigation/navigation-fragment/api/current.txt
M navigation/navigation-fragment/api/public_plus_experimental_current.txt
M navigation/navigation-fragment/api/restricted_current.txt
M navigation/navigation-fragment/build.gradle
A navigation/navigation-fragment/src/main/java/androidx/navigation/fragment/AbstractListDetailFragment.kt
A navigation/navigation-fragment/src/main/res/layout/abstract_list_detail_fragment.xml
M settings.gradle
Description
Version used: 1.0.0-alpha03
When deep linking to a destination, the first press of the back button doesn't update the toolbar title or the current destination that the NavController is on. The up button (set up to call navigateUp()) does work fine.