mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Merge "Fix flickering when long swiping from an app" into ub-launcher3-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
c8a926941f
@@ -422,7 +422,9 @@ public class WindowTransformSwipeHandler<T extends BaseDraggingActivity> {
|
||||
mSyncTransactionApplier = applier;
|
||||
});
|
||||
mRecentsView.setOnScrollChangeListener((v, scrollX, scrollY, oldScrollX, oldScrollY) -> {
|
||||
updateFinalShift();
|
||||
if (!mBgLongSwipeMode) {
|
||||
updateFinalShift();
|
||||
}
|
||||
});
|
||||
mRecentsView.setRecentsAnimationWrapper(mRecentsAnimationWrapper);
|
||||
mRecentsView.setClipAnimationHelper(mClipAnimationHelper);
|
||||
|
||||
Reference in New Issue
Block a user