pull/298/head
gedoor 4 years ago
parent da3026ad30
commit 019e0fc634
  1. 2
      app/src/main/java/io/legado/app/ui/widget/image/PhotoView.kt

@ -283,6 +283,8 @@ class PhotoView : ImageView {
ScaleType.FIT_START -> initFitStart() ScaleType.FIT_START -> initFitStart()
ScaleType.FIT_END -> initFitEnd() ScaleType.FIT_END -> initFitEnd()
ScaleType.FIT_XY -> initFitXY() ScaleType.FIT_XY -> initFitXY()
else -> {
}
} }
isInit = true isInit = true
mFromInfo?.let { mFromInfo?.let {

Loading…
Cancel
Save