mirror of
https://github.com/oxen-io/session-android.git
synced 2025-03-16 06:20:54 +00:00
fix camera init race halt in TextureView strategy
// FREEBIE
This commit is contained in:
parent
1bdfb5f382
commit
e603142215
@ -50,7 +50,6 @@ class TexturePreviewStrategy implements PreviewStrategy,
|
|||||||
public void onSurfaceTextureSizeChanged(SurfaceTexture surface,
|
public void onSurfaceTextureSizeChanged(SurfaceTexture surface,
|
||||||
int width, int height) {
|
int width, int height) {
|
||||||
Log.w(TAG, "onSurfaceTextureChanged()");
|
Log.w(TAG, "onSurfaceTextureChanged()");
|
||||||
cameraView.previewReset();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user