fix camera init race halt in TextureView strategy

// FREEBIE
pull/1/head
Jake McGinty 10 years ago
parent 1bdfb5f382
commit e603142215

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

Loading…
Cancel
Save