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

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

Merge "Add null check before applying fullscreen params" into ub-launcher3-rvc-dev

parents 4dc44cb4 f1a8f47a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -975,6 +975,9 @@ public class TaskView extends FrameLayout implements PageCallbacks, Reusable {
    }

    void updateCurrentFullscreenParams(PreviewPositionHelper previewPositionHelper) {
        if (getRecentsView() == null) {
            return;
        }
        mCurrentFullscreenParams.setProgress(
                mFullscreenProgress,
                getRecentsView().getScaleX(),