Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

kubaflo
Copy link
Contributor

@kubaflo kubaflo commented Oct 21, 2024

Issues Fixed

Fixes #25368
Fixes #25496
Fixes #9008

Before After
Screen.Recording.2024-10-21.at.12.32.07.mov
Screen.Recording.2024-10-21.at.12.33.44.mov

@kubaflo kubaflo requested a review from a team as a code owner October 21, 2024 11:32
@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Oct 21, 2024
Copy link
Contributor

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.

@jsuarezruiz
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@LeadAssimilator
Copy link

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.

@jsuarezruiz
Copy link
Contributor

/azp run

Copy link

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;
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants