dotnet/maui

[Android] Create Date picker dialog on demand instead of inside CreatePlatformView

Open

#8537 aperta il 5 lug 2022

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)C# (1951 fork)batch import
Taskarea-controls-datetimepickerdelighter-scgood first issuelegacy-area-perfperf/generalplatform/android

Metriche repository

Star
 (23.245 star)
Metriche merge PR
 (Merge medio 47g 9h) (248 PR mergiate in 30 g)

Descrizione

Currently every DatePicker control creates the dialog inside CreatePlatformView. If that's not a requirement then we should modify the code so the dialog is just created the first time the dialog is requested. If it is required then we should add some comments to the code indicating as such.

Keep in mind the following PR https://github.com/dotnet/maui/pull/5173

Guida contributor