Skip to content

Commit 4303c67

Browse files
Fix popup handler was not found (#372)
1 parent 50f6bb9 commit 4303c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommunityToolkit.Maui/AppBuilderExtensions.shared.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static MauiAppBuilder UseMauiCommunityToolkit(this MauiAppBuilder builder
1919
builder.ConfigureMauiHandlers(h =>
2020
{
2121
h.AddHandler<IDrawingView, DrawingViewHandler>();
22-
h.AddHandler<IPopup, PopupHandler>();
22+
h.AddHandler<Popup, PopupHandler>();
2323
});
2424

2525
Popup.RemapForControls();

0 commit comments

Comments
 (0)