dotnet/maui
Voir sur GitHub[Android] Create Date picker dialog on demand instead of inside CreatePlatformView
Open
#8 537 ouverte le 5 juil. 2022
Taskarea-controls-datetimepickerdelighter-scgood first issuelegacy-area-perfperf/generalplatform/android
Métriques du dépôt
- Stars
- (23 245 stars)
- Métriques de merge PR
- (Merge moyen 47j 9h) (248 PRs mergées en 30 j)
Description
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