-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Overlap When Moving Between Tabs #1573
Fix Overlap When Moving Between Tabs #1573
Conversation
I think the resolve is about |
@Jaehwa-Noh However, we have confirmed that the issues raised have been resolved starting with version I think it was probably fixed along with fixing the bug in the |
@Songgyubin |
Yes, I tried it again, but there is no information about it in the release notes. However, when I ran it and tested it, it seemed to have been resolved. So, to get an accurate understanding, I commented on the same post as the issue I was raising. Can I keep an eye on it and update this PR? https://issuetracker.google.com/issues/338975163 |
@Jaehwa-Noh Therefore, the issue of screen overlapping when switching tabs quickly has been corrected starting with version beta04. |
I've checked it, yes, there animation is fixed. This issue seems to be fixed that library version. Could you possible to show the interests screen on this PR? |
@Jaehwa-Noh The app crashes.
I tried debugging and it looks like the problem is related to If I comment out InterestsListDetailScreen.kt / 135 line
I think the exact cause needs to be analyzed further. |
@Jaehwa-Noh It has been resolved starting from The latest version is compose-material3-adaptive release note: https://developer.android.com/jetpack/androidx/releases/compose-material3-adaptive AfterScreen_recording_20240824_150848.webm |
8d3bc59
to
e26d300
Compare
e26d300
to
a8a8647
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The updates look great, thank you for investigating this and making the change!
When you quickly switch between bottom tabs, the screens of the two tabs overlap.
An issue regarding this was also created, and it was resolved by updating the navigation library version.
Issues raised
The above issue was resolved in navigation 2.8.0-beta04.
jetpack navigation release note
(Currently, NowInAndroid is using jetpack navigation version 2.8.0-alpha06)
The latest version is 2.8.0-beta07, but compileSdk version 35 is required, so the version was updated to beta06.