dotnet/maui

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

Open

#8,537 opened on 2022年7月5日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)C# (1,951 forks)batch import
Taskarea-controls-datetimepickerdelighter-scgood first issuelegacy-area-perfperf/generalplatform/android

Repository metrics

Stars
 (23,245 stars)
PR merge metrics
 (平均マージ 47d 9h) (30d で 248 merged PRs)

説明

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

コントリビューターガイド