mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Clear incrementalMac if we discover it's bad during playback.
This commit is contained in:
committed by
Michelle Tang
parent
45c64f825d
commit
2046b44fce
@@ -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()
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user