-
Notifications
You must be signed in to change notification settings - Fork 35
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
Bug with navController.popBackStack() in 0.15.0-SNAPSHOT #128
Comments
It doesn't depend on the elements on photo at all. For some reason navController.popBackStack() just broke in version 0.15.0-SNAPSHOT. I can also say that sometimes the photo is displayed, and sometimes it is not. Here is the video SVID_20250110_140633_1.mp4SVID_20250110_140017_1.mp4 |
Can I use https://github.com/wizarlock/TestTelePhoto for reproducing this? |
You can try, but there is no transition to the screen after the photo |
Or do you want me to reproduce this problem in this repository? I don't quite get it. |
I essentially need a project to reproduce the bug. Are you using https://github.com/wizarlock/TestTelePhoto in your videos? |
No. Then please wait. I will complete this project soon and let you know. |
Thank you, I'll take a look this weekend |
sorry, i deleted comment, sec. I am confused and don't really understand yet what exactly is causing this behavior. I am investigating this. |
Hi @saket! It really seems to me that something is wrong. I launched my project on Pixel_3a_API 34_extension_level7_x86_64. Look at this TestTelePhoto.build.gradle.kts._app.2025-01-13.13-46-49.mp4I'm using this https://github.com/wizarlock/TestTelePhoto As you can see, on version 0.15.0 the behavior is strange: either the offset is wrong, or the photo doesn't load at all and you have to swipe the screen to load it. But on 0.14.0 everything is fine. |
Did you catch the bug? |
Sorry, not yet. I'm currently traveling and don't have access to a
computer. I'll take a look next week?
…On Wed, Jan 15, 2025, 10:07 a.m. wizarlock ***@***.***> wrote:
Did you manage to catch the bug?
—
Reply to this email directly, view it on GitHub
<#128 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASG5YGYOK66AGFR5HYDAWD2KZ2UFAVCNFSM6AAAAABU6B2GQOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJTGEYTCOJYGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi! Sure, have a nice trip! Have a good rest. I'll wait for news about the bug |
Any progress? Need help catching it or something? |
Unfortunately not. I wasn't able to reproduce this on your branch. Here's what I'm seeing: Screen_recording_20250130_223507.mp4Do you have any other changes in your project that might not be staged? |
Hi. Thanks for answering! Please try coil3 "zoomable-image-coil3" (now in prj coil). And don't run it on your phone. This problem doesn't always occur and not on all phones. But it happens quite often on Pixel_3a_API 34_extension_level7_x86_64. This is an emulator in Android Studio. And for some reason I can't catch it on a simple coil as easily. |
Hi. I found another interesting problem.
I'm using zoomable-image-coil3 0.15.0-SNAPSHOT, since you recently fixed my problem in this version. But I came across a new problem. When I switch to a new screen and then do navController.popBackStack() to the photo, a bug occurs (the photo cannot load). At the same time, if I make a zoom or offset gesture on the screen, it appears. But the offset is clearly violated...
Everything works fine in version 0.14.0.
SVID_20250110_131130_1.mp4
There is a bug in version 0.15.0-SNAPSHOT
SVID_20250110_131226_1.mp4
If the loading indicator is confusing, then without it
SVID_20250110_134020_1.mp4
Do you have any ideas?
The text was updated successfully, but these errors were encountered: