This commit is contained in:
Shane Neuville 2024-11-04 01:46:23 -06:00
Родитель 8fa3d267ba
Коммит ac048a5d1e
1 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -66,16 +66,6 @@ namespace Microsoft.Maui.DeviceTests
{
RequiresUIContext = true,
});
#endif
#if IOS || MACCATALYST
appBuilder.ConfigureMauiHandlers(handlers =>
{
handlers.AddHandler<Microsoft.Maui.Controls.CollectionView, Microsoft.Maui.Controls.Handlers.Items2.CollectionViewHandler2>();
handlers.AddHandler<Microsoft.Maui.Controls.CarouselView, Microsoft.Maui.Controls.Handlers.Items2.CarouselViewHandler2>();
});
#endif
appBuilder.UseVisualRunner();