pull/1814/head
kunfei 3 years ago
parent 21e2eec866
commit 052affa12c
  1. 1
      app/src/main/java/io/legado/app/ui/book/read/ReadBookActivity.kt

@ -972,6 +972,7 @@ class ReadBookActivity : BaseReadBookActivity(),
"show" -> showDialogFragment(PhotoDialog(src)) "show" -> showDialogFragment(PhotoDialog(src))
"refresh" -> { "refresh" -> {
ImageProvider.bitmapLruCache.remove(src) ImageProvider.bitmapLruCache.remove(src)
ReadBook.loadContent(false)
} }
} }
imagePopupAction.dismiss() imagePopupAction.dismiss()

Loading…
Cancel
Save