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_END -> initFitEnd()
ScaleType.FIT_XY -> initFitXY()
else -> {
}
}
isInit = true
mFromInfo?.let {

Loading…
Cancel
Save