Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
We're working with the material team to ensure that Navigation matches the new material design guidelines.
ih...@gmail.com <ih...@gmail.com> #3
Hi everyone. What is the progress or official decision on this one?
b9...@gmail.com <b9...@gmail.com> #4
Hey guys, is there any progress on this issue? Can we expect these features to be implemented in the near future?"
ih...@gmail.com <ih...@gmail.com> #5
Any update on this?
il...@google.com <il...@google.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."
ih...@gmail.com <ih...@gmail.com> #7
Hey guys, any update on this?"
b9...@gmail.com <b9...@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"
ra...@google.com <ra...@google.com>
ap...@google.com <ap...@google.com> #9
I'm also facing this issue. Looking forward to the update.
jb...@google.com <jb...@google.com> #10
b9...@gmail.com <b9...@gmail.com> #11
Facing the same issue here. Any updates?
ra...@google.com <ra...@google.com> #12
I'm also facing this issue, are there any updates?"
Description
Component used: lifecycle-process
Version used: 2.5.0-alpha01
Devices/Android versions reproduced on: Android 11 on Xiaomi Mi 8
Description: After update lifecycle component to version 2.5.0-alpha01 I received error on application launch:
I didn't make any other changes to the project, and in manifest I have meta-data block. But I investigated this and think this is due to EmojiCompatInitializer from emoji2 witch call:
in method delayUntilFirstResume. I hope my thoughts will help in a speedy solution to the problem.