Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b232f6dc authored by Aayush Gupta's avatar Aayush Gupta
Browse files

Merge branch '5435-fix_scrolling' into 'main'

Fix scrolling when in selection mode

See merge request !78
parents 8e367398 974eb46d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ class MessageListFragment :
        with(listView) {
            scrollBarStyle = View.SCROLLBARS_INSIDE_OVERLAY
            isLongClickable = true
            isFastScrollEnabled = true
            isFastScrollEnabled = false
            isVerticalFadingEdgeEnabled = false
            isScrollingCacheEnabled = false
            onItemClickListener = this@MessageListFragment