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

Commit cb92a8d9 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

fix SDK build

Change-Id: I41c19740b8f0532dbd6184e13bae43a13aaa46e2
parent 9fe5b550
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ public class SurfaceTexture {
    /**
     * Releases the the texture content. This is needed in single buffered mode to allow the image
     * content producer to take ownership of the image buffer.
     * For more information see {@link SurfaceTexture(int, boolean)}.
     * For more information see {@link #SurfaceTexture(int, boolean)}.
     */
    public void releaseTexImage() {
        nativeReleaseTexImage();