优化ShortCuts显示 #108
This commit is contained in:
@@ -115,7 +115,7 @@ class AudioPlayService : BaseService(),
|
||||
private var upPlayProgressJob: Job? = null
|
||||
private var playSpeed: Float = 1f
|
||||
private var cover: Bitmap =
|
||||
BitmapFactory.decodeResource(appCtx.resources, R.drawable.icon_read_book)
|
||||
BitmapFactory.decodeResource(appCtx.resources, R.drawable.ic_launcher_foreground_m)
|
||||
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
|
||||
@@ -125,7 +125,7 @@ abstract class BaseReadAloudService : BaseService(),
|
||||
private var dsJob: Job? = null
|
||||
private var upNotificationJob: Coroutine<*>? = null
|
||||
private var cover: Bitmap =
|
||||
BitmapFactory.decodeResource(appCtx.resources, R.drawable.icon_read_book)
|
||||
BitmapFactory.decodeResource(appCtx.resources, R.drawable.ic_launcher_foreground_m)
|
||||
var pageChanged = false
|
||||
private var toLast = false
|
||||
var paragraphStartPos = 0
|
||||
|
||||
Reference in New Issue
Block a user