Skip to content

Commit 42fe05c

Browse files
committed
make sure the recording animation starts properly on resume
1 parent 2ace3ff commit 42fe05c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/src/main/kotlin/com/simplemobiletools/voicerecorder/services/RecorderService.kt

+1-4
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,7 @@ class RecorderService : Service() {
135135
private fun broadcastRecorderInfo() {
136136
broadcastDuration()
137137
broadcastStatus()
138-
139-
if (status == RECORDING_RUNNING) {
140-
startAmplitudeUpdates()
141-
}
138+
startAmplitudeUpdates()
142139
}
143140

144141
private fun startAmplitudeUpdates() {

0 commit comments

Comments
 (0)