mirror of
https://github.com/SimpleMobileTools/Simple-Voice-Recorder.git
synced 2025-03-30 11:10:14 +02:00
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…
x
Reference in New Issue
Block a user