removing an empty line
This commit is contained in:
parent
d5addfbfa9
commit
b353c6d85c
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ import java.util.concurrent.atomic.AtomicBoolean
|
|||
import java.util.concurrent.atomic.AtomicInteger
|
||||
import kotlin.math.abs
|
||||
|
||||
|
||||
class Mp3Recorder(val context: Context) : Recorder {
|
||||
private var mp3buffer: ByteArray = ByteArray(0)
|
||||
private var isPaused = AtomicBoolean(false)
|
||||
|
|
Loading…
Reference in a new issue