mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -40,7 +40,8 @@ class PhotoDialog() : BaseDialogFragment(R.layout.dialog_photo_view) {
|
||||
.error(R.drawable.image_loading_error)
|
||||
.into(binding.photoView)
|
||||
} else {
|
||||
BookCover.load(requireContext(), path = src)
|
||||
ImageLoader.load(requireContext(), src)
|
||||
.error(BookCover.defaultDrawable)
|
||||
.into(binding.photoView)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user