mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 16:53:26 +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:
@@ -14,8 +14,6 @@ namespace Bit.iOS.Core.Handlers
|
||||
handler.PlatformView.ClearButtonMode = UITextFieldViewMode.WhileEditing;
|
||||
UpdateTintColor(handler, editor);
|
||||
iOSHelpers.SetBottomBorder(handler.PlatformView);
|
||||
// TODO: [Maui-Migration] Check if needed given that MAUI should be automatically change the font size based on OS accessbiility
|
||||
//UpdateFontSize();
|
||||
|
||||
if (!ThemeHelpers.LightTheme)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user