make sure the recording animation starts properly on resume

This commit is contained in:
tibbi 2020-11-05 20:34:54 +01:00
parent 2ace3ffdea
commit 42fe05cbc5
1 changed files with 1 additions and 4 deletions

View File

@ -135,10 +135,7 @@ class RecorderService : Service() {
private fun broadcastRecorderInfo() {
broadcastDuration()
broadcastStatus()
if (status == RECORDING_RUNNING) {
startAmplitudeUpdates()
}
startAmplitudeUpdates()
}
private fun startAmplitudeUpdates() {