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

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

Merge "Quick fix for NullPointerException 211713013" into sc-v2-dev

parents 88cccabf 76f9cda4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -278,7 +278,9 @@ public class RemoteAnimationTargetCompat {
     * @see SurfaceControl#release()
     */
    public void release() {
        if (leash.mSurfaceControl != null) {
            leash.mSurfaceControl.release();
        }
        if (mStartLeash != null) {
            mStartLeash.release();
        }