dotnet/maui

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

Open

#8,537 创建于 2022年7月5日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C# (1,951 fork)batch import
Taskarea-controls-datetimepickerdelighter-scgood first issuelegacy-area-perfperf/generalplatform/android

仓库指标

Star
 (23,245 star)
PR 合并指标
 (平均合并 47天 9小时) (30 天内合并 248 个 PR)

描述

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

贡献者指南