Merge "[Overview Actions] Disable swiping on modal recentsView for talkback." into ub-launcher3-rvc-dev

This commit is contained in:
TreeHugger Robot
2020-06-16 23:23:12 +00:00
committed by Android (Google) Code Review
@@ -1728,6 +1728,8 @@ public abstract class RecentsView<T extends BaseActivity> extends PagedView impl
setPivotY(mTempPointF.y);
setTaskModalness(mTaskModalness);
updatePageOffsets();
setImportantForAccessibility(isModal() ? IMPORTANT_FOR_ACCESSIBILITY_NO
: IMPORTANT_FOR_ACCESSIBILITY_AUTO);
}
private void updatePageOffsets() {