Skip to content

Commit

Permalink
fix(lib): do not remove SurfaceView callback on surfaceDestroyed
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Apr 25, 2022
1 parent a144dbb commit 7b75620
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ constructor(
override fun surfaceDestroyed(holder: SurfaceHolder) {
stopStreaming()
stopPreview()
holder.removeCallback(this)
}
}

Expand Down

0 comments on commit 7b75620

Please sign in to comment.