fix camera init race halt in TextureView strategy

// FREEBIE
This commit is contained in:
Jake McGinty 2015-07-10 13:00:52 -07:00
parent 1bdfb5f382
commit e603142215

View file

@ -50,7 +50,6 @@ class TexturePreviewStrategy implements PreviewStrategy,
public void onSurfaceTextureSizeChanged(SurfaceTexture surface,
int width, int height) {
Log.w(TAG, "onSurfaceTextureChanged()");
cameraView.previewReset();
}
@Override