mirror of
https://github.com/SimpleMobileTools/Simple-Voice-Recorder.git
synced 2025-02-24 23:47:48 +01:00
removing an empty line
This commit is contained in:
parent
d5addfbfa9
commit
b353c6d85c
@ -15,7 +15,6 @@ import java.util.concurrent.atomic.AtomicBoolean
|
|||||||
import java.util.concurrent.atomic.AtomicInteger
|
import java.util.concurrent.atomic.AtomicInteger
|
||||||
import kotlin.math.abs
|
import kotlin.math.abs
|
||||||
|
|
||||||
|
|
||||||
class Mp3Recorder(val context: Context) : Recorder {
|
class Mp3Recorder(val context: Context) : Recorder {
|
||||||
private var mp3buffer: ByteArray = ByteArray(0)
|
private var mp3buffer: ByteArray = ByteArray(0)
|
||||||
private var isPaused = AtomicBoolean(false)
|
private var isPaused = AtomicBoolean(false)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user