mirror of
https://github.com/bitwarden/mobile
synced 2025-12-12 06:13:21 +00:00
PM-3350 Removed ButtonHandlerMappings and some other code related with fonts as MAUI is taking care of Accessibility and no custom code should be needed
Migrated SelectableLabelRenderer to Handler Cleaned LabelHandlerMappings and added logic to migrate the CustomLabelRenderer
This commit is contained in:
@@ -49,11 +49,11 @@ namespace Bit.iOS.Core.Utilities
|
||||
handlers.AddHandler(typeof(NavigationPage), typeof(Handlers.CustomNavigationHandler));
|
||||
handlers.AddHandler(typeof(ViewCell), typeof(Handlers.CustomViewCellHandler));
|
||||
handlers.AddHandler(typeof(ContentPage), typeof(Handlers.CustomContentPageHandler));
|
||||
Handlers.ButtonHandlerMappings.Setup();
|
||||
handlers.AddHandler(typeof(SelectableLabel), typeof(Handlers.SelectableLabelHandler));
|
||||
Handlers.DatePickerHandlerMappings.Setup();
|
||||
Handlers.EditorHandlerMappings.Setup();
|
||||
Handlers.EntryHandlerMappings.Setup();
|
||||
//Handlers.LabelHandlerMappings.Setup();
|
||||
Handlers.LabelHandlerMappings.Setup();
|
||||
Handlers.PickerHandlerMappings.Setup();
|
||||
Handlers.SearchBarHandlerMappings.Setup();
|
||||
Handlers.StepperHandlerMappings.Setup();
|
||||
|
||||
Reference in New Issue
Block a user