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

Commit e208fc2f authored by Romain Guy's avatar Romain Guy
Browse files

Fix the build.

Change-Id: Ia6768ea01b3885504adb65bb9795daf68cee01e6
parent d93e19ae
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@ import android.util.Log;
 *      private Camera mCamera;
 *      private TextureView mTextureView;
 *
 *      @Override
 *      protected void onCreate(Bundle savedInstanceState) {
 *          super.onCreate(savedInstanceState);
 *
@@ -57,7 +56,6 @@ import android.util.Log;
 *          setContentView(mTextureView);
 *      }
 *
 *      @Override
 *      protected void onDestroy() {
 *          super.onDestroy();
 *
@@ -65,7 +63,6 @@ import android.util.Log;
 *          mCamera.release();
 *      }
 *
 *      @Override
 *      public void onSurfaceTextureAvailable(SurfaceTexture surface) {
 *          mCamera = Camera.open();
 *