mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-19 12:49:54 +01:00
fix camera init race halt in TextureView strategy
// FREEBIE
This commit is contained in:
@@ -50,7 +50,6 @@ class TexturePreviewStrategy implements PreviewStrategy,
|
||||
public void onSurfaceTextureSizeChanged(SurfaceTexture surface,
|
||||
int width, int height) {
|
||||
Log.w(TAG, "onSurfaceTextureChanged()");
|
||||
cameraView.previewReset();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user