dotnet/maui

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

Open

#8.537 geöffnet am 5. Juli 2022

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C# (1.951 Forks)batch import
Taskarea-controls-datetimepickerdelighter-scgood first issuelegacy-area-perfperf/generalplatform/android

Repository-Metriken

Stars
 (23.245 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 47T 9h) (248 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide