dotnet/maui
在 GitHub 查看[Android] Create Date picker dialog on demand instead of inside CreatePlatformView
Open
#8,537 创建于 2022年7月5日
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