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

Commit f249e64b 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 am: 8747dafc

Change-Id: I016820a27ed225942198dfe9125858efcd9b2909
parents c032aadc 8747dafc
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;
    }