mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Merge "Fix CUJ_RECENTS_SCROLLING" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8995043d16
@@ -1351,8 +1351,10 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
|
||||
if (!mActivity.getDeviceProfile().isTablet) {
|
||||
mActionsView.updateDisabledFlags(OverviewActionsView.DISABLED_SCROLLING, true);
|
||||
}
|
||||
InteractionJankMonitorWrapper.begin(/* view= */ this,
|
||||
InteractionJankMonitorWrapper.CUJ_RECENTS_SCROLLING);
|
||||
if (mOverviewStateEnabled) { // only when in overview
|
||||
InteractionJankMonitorWrapper.begin(/* view= */ this,
|
||||
InteractionJankMonitorWrapper.CUJ_RECENTS_SCROLLING);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user