-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Android & iOS] PopToRootAsync for modal pages - improvements #26851
base: main
Are you sure you want to change the base?
[Android & iOS] PopToRootAsync for modal pages - improvements #26851
Conversation
Hey there @kubaflo! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
Hi @pictos what do you think about this? |
ab33933
to
09c6260
Compare
@@ -28,7 +28,7 @@ internal partial class ModalNavigationManager | |||
AAnimation? _dismissAnimation; | |||
bool _platformActivated; | |||
|
|||
readonly Stack<string> _modals = []; | |||
readonly List<string> _modals = []; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it looks good to me. Just a heads up, Lists aren't good to remove at start, since it will cause the whole collection to reorganize. So, if in the future, we see some scenario where this can cause a bottleneck, we can change this to other collection.
I doubt it will happen but just in case
We are affected by this as well any estimate when this will be merged ? thanks |
Hi, this pull request looks promising! Is there any update on when this will get reviewed? |
Hi @Zack-G-I-T probably next week :) |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Issues Fixed
Fixes #26846
Screen.Recording.2024-12-27.at.20.46.44.mov
Screen.Recording.2024-12-27.at.20.45.08.mov