Clear incrementalMac if we discover it's bad during playback.

This commit is contained in:
Greyson Parrelli
2025-08-25 12:35:17 -04:00
committed by Michelle Tang
parent 45c64f825d
commit 2046b44fce
9 changed files with 124 additions and 24 deletions

View File

@@ -97,7 +97,7 @@ class VideoEditorFragment : Fragment(), PositionDragListener, MediaSendPageFragm
override fun onStopped() = Unit
override fun onError() {
override fun onError(e: Exception) {
controller.onPlayerError()
}
})
@@ -126,7 +126,7 @@ class VideoEditorFragment : Fragment(), PositionDragListener, MediaSendPageFragm
hud.showPlayButton()
}
override fun onError() {
override fun onError(e: Exception) {
controller.onPlayerError()
}
})