Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbe1251c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Overview Actions] Disable swiping on modal recentsView for talkback."...

Merge "[Overview Actions] Disable swiping on modal recentsView for talkback." into ub-launcher3-rvc-dev
parents ded59ac3 87984406
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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() {