Closed rebaz94 closed 2 years ago
Hi @echedev I found the bug and fixed but I don't know if its a right solution or not. and it work perfectly.
Please could you check this Fix duplicate key
If its good, I can make a PR :)
Hi @rebaz94 Thank you for the feedback and suggested solution for the issue. I made this PR https://github.com/echedev/theseus-navigator/pull/14 to fix this bug. Please check if it work.
Thanks for your fix, yes it working properly
@echedev I think the problem is still exist but its very weird sometime happen in some condition
Hi, thank you for checking this. I will look into it more.
On Sun, Dec 5, 2021 at 2:02 PM Rebaz Raouf @.***> wrote:
@echedev https://github.com/echedev I think the problem is still exist but its very weird sometime happen in some condition
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/echedev/theseus-navigator/issues/13#issuecomment-986208851, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC3PLNJ2FC4O67HMGVDO6KLUPNBD3ANCNFSM5JHXWSJQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Hi, thanks for your great library. When I test example app, I detected wired issue sometime appear when tapping on the back button mainly when going to
LoginScreen
here is the video that issue appearshttps://user-images.githubusercontent.com/11982812/144476092-699fa0fa-bde1-46bc-b627-f58f0ff45b8d.mov
here the error
or
note: I changed the MainScreen code to not use overlay, after these changes the issue appear, I expected that it should work without
OverlayEntry
modified code
Is it a bug or I missed something? Thanks