Skip to content

Commit e1e7a9f

Browse files
committed
removed the dispose call.
1 parent f9a753c commit e1e7a9f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.vscode/launch.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)