mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
remove MovementMethod to enable highlight
This commit is contained in:
parent
163ad248af
commit
c2b1be288e
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ namespace Bit.Android.Controls
|
|||
|
||||
// For Scrolling in Editor innner area
|
||||
Control.VerticalScrollBarEnabled = true;
|
||||
Control.MovementMethod = ScrollingMovementMethod.Instance;
|
||||
Control.ScrollBarStyle = ScrollbarStyles.InsideInset;
|
||||
|
||||
// Force scrollbars to be displayed
|
||||
|
|
Loading…
Reference in a new issue