We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a753c commit e1e7a9fCopy full SHA for e1e7a9f
.vscode/launch.json
@@ -0,0 +1,14 @@
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
+}
src/Core/src/Handlers/Picker/PickerHandler.Android.cs
@@ -33,7 +33,6 @@ protected override void DisconnectHandler(MauiPicker platformView)
33
_dialog.ShowEvent -= OnDialogShown;
34
_dialog.DismissEvent -= OnDialogDismiss;
35
_dialog.Hide();
36
- _dialog.Dispose();
37
_dialog = null;
38
}
39
0 commit comments