mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -136,6 +136,7 @@ kapt {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
//noinspection GradleDependency
|
||||
coreLibraryDesugaring('com.android.tools:desugar_jdk_libs:1.1.6')
|
||||
testImplementation('junit:junit:4.13.2')
|
||||
androidTestImplementation('androidx.test:runner:1.4.0')
|
||||
|
||||
@@ -143,6 +143,7 @@ abstract class BaseReadAloudService : BaseService(),
|
||||
}
|
||||
|
||||
open fun play() {
|
||||
isRun = true
|
||||
pause = false
|
||||
upNotification()
|
||||
postEvent(EventBus.ALOUD_STATE, Status.PLAY)
|
||||
|
||||
Reference in New Issue
Block a user