-
-
Notifications
You must be signed in to change notification settings - Fork 642
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
Issue-76-78: Genre & People Detail Bugs #77
base: master
Are you sure you want to change the base?
Conversation
Hello everybody, |
Hi Ogun, I think I fixed these bugs that you mentioned with this pr. This pop back problem is caused by different navigation code. You can also check this fix in your simulator. If still there is a problem maybe you can add a screetshot of video. |
@glnygl RPReplay_Final1707084577.MP4and the same issue when you tap on Reviews. |
Hi Ogun, now i see the problem. Video helped a lot thanks for this. After debug I realized that there is a problem in store. When I comment out "fetchMovieDetails" func in MovieDetail view it works properly. But i didn't understand why dispatch func cause this problem. Im still on it. If you find a way to solve this bug please inform me. Im really curious about it. 😅 |
🚨 Warning description: Publishing changes from within view updates is not allowed, this will cause undefined behavior.
Issue-76: NavigationLink without destination code fixed that issue
Issue-78: Remove animations fixed that issue