mirror of
https://github.com/SimpleMobileTools/Simple-Voice-Recorder.git
synced 2025-06-05 21:59:31 +02:00
make sure the recording animation starts properly on resume
This commit is contained in:
@ -135,10 +135,7 @@ class RecorderService : Service() {
|
||||
private fun broadcastRecorderInfo() {
|
||||
broadcastDuration()
|
||||
broadcastStatus()
|
||||
|
||||
if (status == RECORDING_RUNNING) {
|
||||
startAmplitudeUpdates()
|
||||
}
|
||||
startAmplitudeUpdates()
|
||||
}
|
||||
|
||||
private fun startAmplitudeUpdates() {
|
||||
|
Reference in New Issue
Block a user