Skip to content

Commit f275154

Browse files
Update maui/src/Core/AppHostBuilder.cs
Co-authored-by: Copilot <[email protected]>
1 parent 7955a0c commit f275154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maui/src/Core/AppHostBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static MauiAppBuilder ConfigureSyncfusionToolkit(this MauiAppBuilder buil
3737
handlers.AddHandler(typeof(SfPickerView), typeof(SfPickerScrollViewHandler));
3838
#if __ANDROID__
3939
handlers.AddHandler(typeof(SnapLayout), typeof(SnapLayoutHandler));
40-
handlers.AddHandler(typeof(BottomSheetBorder), typeof(BottomSheetBorderHandler));
40+
handlers.AddHandler(typeof(BottomSheetBorder), typeof(BottomSheetBorderHandler));
4141
#endif
4242
#if IOS || MACCATALYST
4343
// Register custom handler for OTPEntry to enable enhanced backspace detection

0 commit comments

Comments
 (0)