We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c78d0a commit 006b8a2Copy full SHA for 006b8a2
sceneview/src/main/java/io/github/sceneview/SceneView.kt
@@ -548,6 +548,7 @@ open class SceneView @JvmOverloads constructor(
548
549
fun stopMirroring(surface: Surface) {
550
surfaceMirrorer?.stopMirroring(this, surface)
551
+ surfaceMirrorer = null
552
}
553
554
fun startRecording(mediaRecorder: MediaRecorder) {
0 commit comments