diff --git a/app/src/main/kotlin/com/simplemobiletools/voicerecorder/fragments/PlayerFragment.kt b/app/src/main/kotlin/com/simplemobiletools/voicerecorder/fragments/PlayerFragment.kt index 02f5bc5..54a6fb4 100644 --- a/app/src/main/kotlin/com/simplemobiletools/voicerecorder/fragments/PlayerFragment.kt +++ b/app/src/main/kotlin/com/simplemobiletools/voicerecorder/fragments/PlayerFragment.kt @@ -274,7 +274,7 @@ class PlayerFragment(context: Context, attributeSet: AttributeSet) : MyViewPager override fun playRecording(recording: Recording, playOnPrepared: Boolean) { resetProgress(recording) (recordings_list.adapter as RecordingsAdapter).updateCurrentRecording(recording.id) - playOnPreparation = playOnPrepared || getIsPlaying() + playOnPreparation = playOnPrepared player!!.apply { reset()