Fixed
Status Update
Comments
se...@google.com <se...@google.com>
jb...@google.com <jb...@google.com> #2
We're working with the material team to ensure that Navigation matches the new material design guidelines.
jb...@google.com <jb...@google.com>
ap...@google.com <ap...@google.com> #3
Hi everyone. What is the progress or official decision on this one?
jb...@google.com <jb...@google.com> #4
Hey guys, is there any progress on this issue? Can we expect these features to be implemented in the near future?"
de...@gmail.com <de...@gmail.com> #5
Any update on this?
de...@gmail.com <de...@gmail.com> #6
We'll update the bug here when there's updates to post. Suffice it to say, there's still work to do and we're dedicated to getting it done."
da...@gmail.com <da...@gmail.com> #7
Hey guys, any update on this?"
zo...@gmail.com <zo...@gmail.com> #8
The two biggest issues and annoyances of this bug for our end users with the new Navigation library and Bottom navigation bar are:
- Changing tab with the bottom bar resets the state and backstack of the previous tab/fragment, so our users are completely losing their navigation history (this is correctly implemented in Google Photos app)
- Pressing back from the root of one tab shows the initial tab/fragment instead of leaving the app"
- Changing tab with the bottom bar resets the state and backstack of the previous tab/fragment, so our users are completely losing their navigation history (this is correctly implemented in Google Photos app)
- Pressing back from the root of one tab shows the initial tab/fragment instead of leaving the app"
Description
Component used: lifecycle-livedata-ktx
Version used: 2.3.0-alpha04
Devices/Android versions reproduced on: Android Studio 4.0 (AGP 4.0)
I get below lint warning when running
./gradlew lint
.NullSafeMutableLiveData
is not working.I'll attach the reproduction project and lint results. Please check it.
Thanks.