mirror of
https://github.com/SimpleMobileTools/Simple-Voice-Recorder.git
synced 2025-04-03 13:11:12 +02:00
make sure the recording animation starts properly on resume
This commit is contained in:
parent
2ace3ffdea
commit
42fe05cbc5
@ -135,11 +135,8 @@ class RecorderService : Service() {
|
|||||||
private fun broadcastRecorderInfo() {
|
private fun broadcastRecorderInfo() {
|
||||||
broadcastDuration()
|
broadcastDuration()
|
||||||
broadcastStatus()
|
broadcastStatus()
|
||||||
|
|
||||||
if (status == RECORDING_RUNNING) {
|
|
||||||
startAmplitudeUpdates()
|
startAmplitudeUpdates()
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
private fun startAmplitudeUpdates() {
|
private fun startAmplitudeUpdates() {
|
||||||
amplitudeTimer.cancel()
|
amplitudeTimer.cancel()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user