-
Notifications
You must be signed in to change notification settings - Fork 55
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
currentConfiguration.isNotEmpty #137
Comments
I'm seeing a similar error
as caught by crashalytics
When a user is on my "home page" and uses the android hardward button to go back. I suspect it's the same issue even if caused by a different route. Edit: So I took Where as with Edit 2: if I "hot reload" whilst in the "blackscreen crashed state":
Edit 3: I also tried to use Edit 4: I solved my MEGA ERROR (I have setState on somethign that can't be setState'd when in the blackscreen) but I still get a black screen when usign the back button to a page that shouldn't exist. But only exists when PersistentNavTree is in the stack. So my mega error is as a result of the extra "page" that exists to navigate back to that can't be blocked with popscope. This might need a seperate issue to track |
Thanks for reporting. Closing this as duplicate of #139. @bugrevealingbme if you still have issues not covered by #139 feel free to open a new issue. |
This bug has been fixed but there is another problem. If we pop on the first page it goes to the old tab. I don't want this to happen Ekran.Kaydi.2024-04-09.17.40.53.mov |
You can set |
If I make it False, going back with .pop does not work ════════ Exception caught by gesture ═══════════════════════════════════════════ |
I havent worked with go_router that much, so I dont know where the origin for this problem is located. Again, please open a new issue and provide the information required in the form (especially a minimal reproducible code example) to make debugging possible. |
Actually, the problem is just that pop is changing the page. This problem didn't exist before. It came 2 versions ago. This is the problem we need to focus on, I can't make handleAndroidBackButtonPress = false because I use |
Package Version (from pubspec.yaml): persistent_bottom_nav_bar_v2: ^5.1.0
I had made such a code. If no tab has changed after opening the application, the application breaks. It happened after the last version.
The text was updated successfully, but these errors were encountered: