1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

Fix for talkback slider control (#828)

This commit is contained in:
Matt Portune
2020-04-10 13:30:02 -04:00
committed by GitHub
parent d66eaf8855
commit b2abcda111
2 changed files with 2 additions and 1 deletions

View File

@@ -166,6 +166,7 @@
<controls:ExtendedSlider
DragCompleted="LengthSlider_DragCompleted"
Value="{Binding Length}"
AutomationProperties.HelpText="{Binding Length}"
StyleClass="box-value"
VerticalOptions="CenterAndExpand"
HorizontalOptions="FillAndExpand"