Bug P3
Status Update
Comments
jb...@google.com <jb...@google.com> #2
Please upload a sample project that reproduces this issue.
cr...@gmail.com <cr...@gmail.com> #3
Attached a sample project. I've upgraded to navigation component 2.4.0-alpha07, but it is still reproducible here.
[Deleted User] <[Deleted User]> #4
Any update on this? 2.4.1 version still have that issue.
[Deleted User] <[Deleted User]> #5
I forked google samples and added a PR with single enterAnim to `action_title_to_about ` demonstrate these bug (https://github.com/yury-permenko/architecture-components-samples/pull/1/files ).
Also recorded a screencast with version 2.4.0-alpha01 and api 29 (x86) emulator (in attachment).
Just to mention these bug still persist on 2.4.1 and 2.5.0-alpha02 (latest available version at the moment)
Also recorded a screencast with version 2.4.0-alpha01 and api 29 (x86) emulator (in attachment).
Just to mention these bug still persist on 2.4.1 and 2.5.0-alpha02 (latest available version at the moment)
vo...@gmail.com <vo...@gmail.com> #6
I'm also experiencing this issue. Here is a demo video and project. To clarify, this happens when navigating between any two non top level destinations using the bottom navigation tabs.
mo...@gmail.com <mo...@gmail.com> #7
Same problem over here.
ph...@gmail.com <ph...@gmail.com> #8
Comment has been deleted.
ph...@gmail.com <ph...@gmail.com> #9
I'm facing the same problem on the latest stable version - 2.5.3. This happens when navigating between any two non top level destinations using the bottom navigation tabs.
The enter animation is triggered making it looks so unnatural. I've been finding the solutions for weeks but no luck.
The enter animation is triggered making it looks so unnatural. I've been finding the solutions for weeks but no luck.
ph...@gmail.com <ph...@gmail.com> #10
Any updates on this? It's frustrating..
bb...@gmail.com <bb...@gmail.com> #11
Are there any updates on this issue?
I'm seeing this behavior on latest stable 2.5.3 and also 2.6.0-alpha06, so it doesn't seem it will be fixed in next stable either.
We're forced to stay back on version 2.4.1 as we don't see this behavior there.
Also cannot upgrade to other dependent libraries like hilt, fragment, lifecycle, kotlin version because of this!
I'm seeing this behavior on latest stable 2.5.3 and also 2.6.0-alpha06, so it doesn't seem it will be fixed in next stable either.
We're forced to stay back on version 2.4.1 as we don't see this behavior there.
Also cannot upgrade to other dependent libraries like hilt, fragment, lifecycle, kotlin version because of this!
st...@gmail.com <st...@gmail.com> #12
Need help on this
da...@ifood.com.br <da...@ifood.com.br> #13
Comment has been deleted.
pa...@lightricks.com <pa...@lightricks.com> #14
Also having this issue on version 2.5.3 and fragments 1.5.7
lu...@gmail.com <lu...@gmail.com> #15
Are there any plans to fix this? Or any workaround? My app is heavily using Navigation and I am adding a bottom navigation view with separated backstacks, everything seems to be working fine but this.
li...@gmail.com <li...@gmail.com> #16
Are you guys using save/restore back stack functions when this happens?
jo...@gmail.com <jo...@gmail.com> #17
Yea im using save/restory back stack functions, still no update on this? =(
Description
When you use navigation component 2.4.0-alpha04 in combination with a BottomNavigationView, create 2 actions with an enterAnim, call these in 2 different tabs and then navigate between them, you'll see the enter animation while switching between tabs which looks weird. Weirdly, when you have a destination open with this animation in just 1 tab, navigating between tabs don't show this enter animation.
This can be reproduced quite easily: create a bottom navigation component application in Android Studio, change the version to 2.4.0-alpha04, add the safe args plugin and add any actions inside the fragments with an enterAnim:
Note that I open the same Fragment in the 2 tabs to make this easily reproducable, but this also happens when I open different fragments in the tabs.