pull/1903/head
kunfei 2 years ago
parent f27081e49b
commit f1938757da
  1. 18
      app/src/main/java/io/legado/app/ui/book/read/page/PageView.kt

@ -69,14 +69,16 @@ class PageView(context: Context) : FrameLayout(context) {
} }
private fun upBitmap() { private fun upBitmap() {
Coroutine.async { post {
screenshot() Coroutine.async {
}.onSuccess { screenshot()
val tmp = bitmap }.onSuccess {
bitmap = it val tmp = bitmap
tmp?.recycle() bitmap = it
}.onError { tmp?.recycle()
AppLog.put("更新PageView图片出错", it) }.onError {
AppLog.put("更新PageView图片出错", it)
}
} }
} }

Loading…
Cancel
Save