优化
This commit is contained in:
@@ -55,6 +55,7 @@ class AudioPlayService : BaseService(),
|
||||
@JvmStatic
|
||||
var timeMinute: Int = 0
|
||||
private set
|
||||
|
||||
var url: String = ""
|
||||
private set
|
||||
}
|
||||
|
||||
@@ -42,11 +42,11 @@ abstract class BaseReadAloudService : BaseService(),
|
||||
private set
|
||||
|
||||
@JvmStatic
|
||||
var timeMinute: Int = 0
|
||||
var pause = true
|
||||
private set
|
||||
|
||||
@JvmStatic
|
||||
var pause = true
|
||||
var timeMinute: Int = 0
|
||||
private set
|
||||
|
||||
fun isPlay(): Boolean {
|
||||
|
||||
Reference in New Issue
Block a user