-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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] RefreshView in a grid #25413
base: main
Are you sure you want to change the base?
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. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
src/Core/src/Handlers/RefreshView/RefreshViewHandler.Android.cs
Outdated
Show resolved
Hide resolved
Thanks for this! It seems to address the reported issue. Now if only CreateMeasureSpec wasn't internal this would be easier to use in a custom handler without reflection or reimplementation. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
@@ -9,6 +9,8 @@ protected override MauiSwipeRefreshLayout CreatePlatformView() | |||
return new MauiSwipeRefreshLayout(Context); | |||
} | |||
|
|||
public override bool NeedsContainer => true; |
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.
Could you include a comment in code here explaining why is necessary? Would be useful for other contributors and reviewing the code in the future.
Issues Fixed
Fixes #25368
Fixes #25496
Fixes #9008
Screen.Recording.2024-10-21.at.12.32.07.mov
Screen.Recording.2024-10-21.at.12.33.44.mov