We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When pushing to the next page, via WoltModalSheet.of(this).pushPage, the current page will be disposed.
WoltModalSheet.of(this).pushPage
disposed
Is there a way to prevent this behavior? I think it's quite counter-intuitive.
In my opinion the State should only be disposed after a pop.
State
pop
Steps to reproduce the behavior:
Simply call pushPage and make a breakpoint in your dispose - method inside the current widget.
pushPage
dispose
The text was updated successfully, but these errors were encountered:
This is a valid one. Thanks for the feedback. We will consider this. Keeping this issue open until it is there.
Sorry, something went wrong.
This will be addressed with the next release. Currently working on converting the page class to widget.
No branches or pull requests
Bug report
Describe the bug
When pushing to the next page, via
WoltModalSheet.of(this).pushPage
, the current page will bedisposed
.Is there a way to prevent this behavior? I think it's quite counter-intuitive.
In my opinion the
State
should only bedisposed
after apop
.Steps to reproduce
Steps to reproduce the behavior:
Simply call
pushPage
and make a breakpoint in yourdispose
- method inside the current widget.The text was updated successfully, but these errors were encountered: