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

Commit 4bc809a6 authored by Rob Carr's avatar Rob Carr Committed by Automerger Merge Worker
Browse files

Merge "BLAST: Avoid JNI call on creation" into rvc-dev am: 6fcbf83d

Change-Id: I41a76c76507e0f72a3ff8ab9699185f1e66eff81
parents d74bd744 6fcbf83d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1793,8 +1793,9 @@ public final class ViewRootImpl implements ViewParent,
            // We only return the Surface the first time, as otherwise
            // it hasn't changed and there is no need to update.
            ret = mBlastBufferQueue.getSurface();
        }
        } else {
            mBlastBufferQueue.update(mBlastSurfaceControl, width, height);
        }

        return ret;
    }