- remove
This commit is contained in:
Родитель
8fa3d267ba
Коммит
ac048a5d1e
|
@ -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();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче