maui icon indicating copy to clipboard operation
maui copied to clipboard

[Android] Create `DatePickerDialog` on demand

Open OvrBtn opened this issue 1 year ago • 4 comments

Description of Change

This PR is an addition to https://github.com/dotnet/maui/pull/24948 and it further improves performance of first render of DatePicker by creating DatePickerDialog on demand instead of on control render.

Issues Fixed

Fixes https://github.com/dotnet/maui/issues/24929

Blockers

This PR should be merged after https://github.com/dotnet/maui/pull/20547 is merged since it might break workarounds like this one https://github.com/dotnet/maui/issues/12899#issuecomment-1403661769

OvrBtn avatar Oct 18 '24 01:10 OvrBtn

Hey there @OvrBtn! 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

jsuarezruiz avatar Oct 18 '24 06:10 jsuarezruiz

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Oct 18 '24 06:10 azure-pipelines[bot]

Failing tests don't seem related.

OvrBtn avatar Oct 18 '24 11:10 OvrBtn