kopia lustrzana https://github.com/ryukoposting/Signal-Android
Implement count-down in inline player.
rodzic
3ac395d33e
commit
14484deabe
|
@ -113,7 +113,7 @@ class VoiceNotePlayerView @JvmOverloads constructor(
|
|||
animateToggleToPause()
|
||||
}
|
||||
|
||||
infoView.text = context.getString(R.string.VoiceNotePlayerView__s_dot_s, state.name, formatDuration(state.playbackDuration))
|
||||
infoView.text = context.getString(R.string.VoiceNotePlayerView__s_dot_s, state.name, formatDuration(state.playbackDuration - state.playbackPosition))
|
||||
speedView.setCurrentSpeed(state.playbackSpeed)
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue