diff --git a/android/app/src/main/java/com/audiobookshelf/app/MediaPlayerWidget.kt b/android/app/src/main/java/com/audiobookshelf/app/MediaPlayerWidget.kt index e779d5f5..6a458907 100644 --- a/android/app/src/main/java/com/audiobookshelf/app/MediaPlayerWidget.kt +++ b/android/app/src/main/java/com/audiobookshelf/app/MediaPlayerWidget.kt @@ -76,7 +76,7 @@ class MediaPlayerWidget : AppWidgetProvider() { internal fun updateAppWidget(context: Context, appWidgetManager: AppWidgetManager, appWidgetId: Int, playbackSession: PlaybackSession?, isPlaying:Boolean, isAppClosed:Boolean) { val tag = "MediaPlayerWidget" val views = RemoteViews(context.packageName, R.layout.media_player_widget) - +Log.d(tag, "updateAppWidget ${playbackSession?.displayTitle ?: "No Title"} isPlaying=$isPlaying isAppClosed=$isAppClosed") val wholeWidgetClickI = Intent(context, MainActivity::class.java) wholeWidgetClickI.flags = Intent.FLAG_ACTIVITY_CLEAR_TOP or Intent.FLAG_ACTIVITY_NEW_TASK val wholeWidgetClickPI = PendingIntent.getActivity( diff --git a/components/readers/EpubReader.vue b/components/readers/EpubReader.vue index 72190eb9..211b4059 100644 --- a/components/readers/EpubReader.vue +++ b/components/readers/EpubReader.vue @@ -2,7 +2,7 @@
epub
@@ -251,7 +251,7 @@ export default { reader.rendition.display(this.userItemProgress?.ebookLocation || reader.book.locations.start) // load style - reader.rendition.themes.default({ '*': { color: '#fff!important' } }) + reader.rendition.themes.default({ '*': { color: '#fff!important', 'background-color': 'rgb(35 35 35)!important' } }) reader.book.ready.then(() => { // set up event listeners diff --git a/components/readers/MobiReader.vue b/components/readers/MobiReader.vue index df3d8e4e..45ac0bbd 100644 --- a/components/readers/MobiReader.vue +++ b/components/readers/MobiReader.vue @@ -3,7 +3,7 @@mobi