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

Fix various measure/layout issues with android flyout #6759

Merged
merged 3 commits into from
May 3, 2022

Conversation

PureWeen
Copy link
Member

@PureWeen PureWeen commented May 2, 2022

Description of Change

Fix various measure/layouts calls to adhere more correctly to .NET MAUI expectations

image

Issues Fixed

Fixes #5603

@PureWeen PureWeen requested a review from rachelkang May 2, 2022 18:40
@Eilon Eilon added the area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter label May 2, 2022
@PureWeen PureWeen requested a review from hartez May 2, 2022 21:39
Comment on lines 538 to 542
public override LP LayoutParameters
{
get => base.LayoutParameters;
set => base.LayoutParameters = value;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here? Is this used?

@mattleibow mattleibow enabled auto-merge (squash) May 3, 2022 18:43
@PureWeen PureWeen disabled auto-merge May 3, 2022 19:03
@PureWeen PureWeen enabled auto-merge (squash) May 3, 2022 19:03
@PureWeen PureWeen merged commit 5627dfb into main May 3, 2022
@PureWeen PureWeen deleted the fix_android_flyout_layout branch May 3, 2022 19:32
@github-actions github-actions bot locked and limited conversation to collaborators Dec 21, 2023
@samhouts samhouts added the fixed-in-6.0.312 Look for this fix in 6.0.312! label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter fixed-in-6.0.312 Look for this fix in 6.0.312!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Shell view is not working properly.
6 participants