优化ShortCuts显示 #108

This commit is contained in:
HapeLee
2025-10-20 23:10:44 +08:00
parent 294de4f300
commit deae2069a8
3 changed files with 2 additions and 2 deletions
@@ -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