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() {
|
private fun broadcastRecorderInfo() {
|
||||||
broadcastDuration()
|
broadcastDuration()
|
||||||
broadcastStatus()
|
broadcastStatus()
|
||||||
|
startAmplitudeUpdates()
|
||||||
if (status == RECORDING_RUNNING) {
|
|
||||||
startAmplitudeUpdates()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun startAmplitudeUpdates() {
|
private fun startAmplitudeUpdates() {
|
||||||
|
|
Loading…
Reference in New Issue