mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Retiring some feature flags
Change-Id: I80a00ecaec0785ce2ba6a5f14a54c8a76f555d43
This commit is contained in:
@@ -224,8 +224,7 @@ public class RecyclerViewFastScroller extends View {
|
||||
}
|
||||
if (isNearThumb(x, y)) {
|
||||
mTouchOffsetY = mDownY - mThumbOffsetY;
|
||||
} else if (FeatureFlags.LAUNCHER3_DIRECT_SCROLL
|
||||
&& mRv.supportsFastScrolling()
|
||||
} else if (mRv.supportsFastScrolling()
|
||||
&& isNearScrollBar(mDownX)) {
|
||||
calcTouchOffsetAndPrepToFastScroll(mDownY, mLastY);
|
||||
updateFastScrollSectionNameAndThumbOffset(mLastY, y);
|
||||
|
||||
Reference in New Issue
Block a user