mirror of
https://github.com/bitwarden/mobile.git
synced 2025-02-17 01:21:25 +01:00
remove MovementMethod to enable highlight
This commit is contained in:
parent
163ad248af
commit
c2b1be288e
@ -57,7 +57,6 @@ namespace Bit.Android.Controls
|
|||||||
|
|
||||||
// For Scrolling in Editor innner area
|
// For Scrolling in Editor innner area
|
||||||
Control.VerticalScrollBarEnabled = true;
|
Control.VerticalScrollBarEnabled = true;
|
||||||
Control.MovementMethod = ScrollingMovementMethod.Instance;
|
|
||||||
Control.ScrollBarStyle = ScrollbarStyles.InsideInset;
|
Control.ScrollBarStyle = ScrollbarStyles.InsideInset;
|
||||||
|
|
||||||
// Force scrollbars to be displayed
|
// Force scrollbars to be displayed
|
||||||
|
Loading…
Reference in New Issue
Block a user