mirror of
https://github.com/fumiama/copymanga.git
synced 2026-06-23 19:10:23 +08:00
v2.0.5
修复 1. 从详情页进入标签再返回后阅读空漫画闪退 2. 无法阅读/下载服务器返回size与实际不一致的漫画(奈奈与薰的SM日记 第一话) 优化 1. 动态设置沉浸状态栏高度
This commit is contained in:
@@ -47,7 +47,7 @@ class SimpleKanban(private val client: Client, private val pwd: String) { //mu
|
|||||||
|
|
||||||
operator fun get(version: Int): String =
|
operator fun get(version: Int): String =
|
||||||
if(client.initConnect()) {
|
if(client.initConnect()) {
|
||||||
client.sendMessage("${pwd}get39quit")
|
client.sendMessage("${pwd}get${version}quit")
|
||||||
client.receiveRawMessage(36) //Welcome to simple kanban server. get
|
client.receiveRawMessage(36) //Welcome to simple kanban server. get
|
||||||
val r = try {
|
val r = try {
|
||||||
val firstRecv = client.receiveRawMessage(4)
|
val firstRecv = client.receiveRawMessage(4)
|
||||||
|
|||||||
@@ -23,3 +23,4 @@ android.enableR8.fullMode=true
|
|||||||
android.defaults.buildfeatures.buildconfig=true
|
android.defaults.buildfeatures.buildconfig=true
|
||||||
android.nonTransitiveRClass=false
|
android.nonTransitiveRClass=false
|
||||||
android.nonFinalResIds=false
|
android.nonFinalResIds=false
|
||||||
|
org.gradle.unsafe.configuration-cache=true
|
||||||
Reference in New Issue
Block a user