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 7955a0c commit f275154Copy full SHA for f275154
maui/src/Core/AppHostBuilder.cs
@@ -37,7 +37,7 @@ public static MauiAppBuilder ConfigureSyncfusionToolkit(this MauiAppBuilder buil
37
handlers.AddHandler(typeof(SfPickerView), typeof(SfPickerScrollViewHandler));
38
#if __ANDROID__
39
handlers.AddHandler(typeof(SnapLayout), typeof(SnapLayoutHandler));
40
- handlers.AddHandler(typeof(BottomSheetBorder), typeof(BottomSheetBorderHandler));
+ handlers.AddHandler(typeof(BottomSheetBorder), typeof(BottomSheetBorderHandler));
41
#endif
42
#if IOS || MACCATALYST
43
// Register custom handler for OTPEntry to enable enhanced backspace detection
0 commit comments