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

Commit 2f072bae authored by John Reck's avatar John Reck Committed by android-build-merger
Browse files

Fix NPE in TextureView am: 3c2587f2

am: 8fe31ec0

Change-Id: I1f36262f8c09b4d75910bd5b3943b0931f57f477
parents 48076ca6 8fe31ec0
Loading
Loading
Loading
Loading
+13 −11
Original line number Diff line number Diff line
@@ -242,6 +242,7 @@ public class TextureView extends View {
    }

    private void releaseSurfaceTexture() {
        if (mSurface != null) {
            boolean shouldRelease = true;

            if (mListener != null) {
@@ -258,6 +259,7 @@ public class TextureView extends View {
            mSurface = null;
            mHadSurface = true;
        }
    }

    /**
     * The layer type of a TextureView is ignored since a TextureView is always