|
|
@ -69,6 +69,7 @@ class PageView(context: Context) : FrameLayout(context) { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private fun upBitmap() { |
|
|
|
private fun upBitmap() { |
|
|
|
|
|
|
|
post { |
|
|
|
Coroutine.async { |
|
|
|
Coroutine.async { |
|
|
|
screenshot() |
|
|
|
screenshot() |
|
|
|
}.onSuccess { |
|
|
|
}.onSuccess { |
|
|
@ -79,6 +80,7 @@ class PageView(context: Context) : FrameLayout(context) { |
|
|
|
AppLog.put("更新PageView图片出错", it) |
|
|
|
AppLog.put("更新PageView图片出错", it) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
fun upStyle() = binding.run { |
|
|
|
fun upStyle() = binding.run { |
|
|
|
upTipStyle() |
|
|
|
upTipStyle() |
|
|
|