make sure the recording animation starts properly on resume
This commit is contained in:
parent
2ace3ffdea
commit
42fe05cbc5
|
@ -135,10 +135,7 @@ class RecorderService : Service() {
|
|||
private fun broadcastRecorderInfo() {
|
||||
broadcastDuration()
|
||||
broadcastStatus()
|
||||
|
||||
if (status == RECORDING_RUNNING) {
|
||||
startAmplitudeUpdates()
|
||||
}
|
||||
startAmplitudeUpdates()
|
||||
}
|
||||
|
||||
private fun startAmplitudeUpdates() {
|
||||
|
|
Loading…
Reference in New Issue