mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 23:56:07 +02:00
@@ -526,7 +526,7 @@ public class FastScrollerEx extends RecyclerView.ItemDecoration implements Recyc
|
||||
@VisibleForTesting
|
||||
boolean isPointInsideVerticalThumb(float x, float y) {
|
||||
return (isLayoutRTL() ? x <= mVerticalThumbWidth
|
||||
: x >= mRecyclerViewWidth - mVerticalThumbWidth * 5)
|
||||
: x >= mRecyclerViewWidth - mVerticalThumbWidth * 3)
|
||||
&& y >= mVerticalThumbCenterY - mVerticalThumbHeight / 2
|
||||
&& y <= mVerticalThumbCenterY + mVerticalThumbHeight / 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user