File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
src/Core/src/Handlers/Picker Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ // Use IntelliSense to learn about possible attributes.
3+ // Hover to view descriptions of existing attributes.
4+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+ "version" : " 0.2.0" ,
6+ "configurations" : [
7+ {
8+ "name" : " .NET MAUI" ,
9+ "type" : " maui" ,
10+ "request" : " launch" ,
11+ "preLaunchTask" : " maui: Build"
12+ }
13+ ]
14+ }
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ protected override void DisconnectHandler(MauiPicker platformView)
3333 _dialog . ShowEvent -= OnDialogShown ;
3434 _dialog . DismissEvent -= OnDialogDismiss ;
3535 _dialog . Hide ( ) ;
36- _dialog . Dispose ( ) ;
3736 _dialog = null ;
3837 }
3938
You can’t perform that action at this time.
0 commit comments