This commit is contained in:
kunfei
2022-07-07 22:22:20 +08:00
parent ad5f454362
commit 92a04f0f1d
2 changed files with 2 additions and 0 deletions

View File

@@ -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')

View File

@@ -143,6 +143,7 @@ abstract class BaseReadAloudService : BaseService(),
}
open fun play() {
isRun = true
pause = false
upNotification()
postEvent(EventBus.ALOUD_STATE, Status.PLAY)