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

Commit 522aca1f authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Fix the build."

parents 9b4bee0f e208fc2f
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();
 *