1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-10 10:24:29 +08:00
修复
1. 从详情页进入标签再返回后阅读空漫画闪退
2. 无法阅读/下载服务器返回size与实际不一致的漫画(奈奈与薰的SM日记 第一话)
优化
1. 动态设置沉浸状态栏高度
This commit is contained in:
源文雨
2023-11-30 01:51:46 +09:00
parent 32ecebb1ad
commit 279e08b06a
2 changed files with 3 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ class SimpleKanban(private val client: Client, private val pwd: String) { //mu
operator fun get(version: Int): String =
if(client.initConnect()) {
client.sendMessage("${pwd}get39quit")
client.sendMessage("${pwd}get${version}quit")
client.receiveRawMessage(36) //Welcome to simple kanban server. get
val r = try {
val firstRecv = client.receiveRawMessage(4)