优化
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package io.legado.app.model.remote
|
||||
|
||||
import com.android.tools.r8.Keep
|
||||
import androidx.annotation.Keep
|
||||
import io.legado.app.lib.webdav.WebDavFile
|
||||
import io.legado.app.model.localBook.LocalBook
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
package io.legado.app.ui.book.read.page.entities
|
||||
|
||||
import com.android.tools.r8.Keep
|
||||
|
||||
import androidx.annotation.Keep
|
||||
import kotlin.math.min
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package io.legado.app.ui.book.read.page.entities
|
||||
|
||||
import android.text.TextPaint
|
||||
import com.android.tools.r8.Keep
|
||||
import androidx.annotation.Keep
|
||||
import io.legado.app.ui.book.read.page.entities.column.BaseColumn
|
||||
import io.legado.app.ui.book.read.page.provider.ChapterProvider
|
||||
import io.legado.app.utils.textHeight
|
||||
|
||||
@@ -2,7 +2,7 @@ package io.legado.app.ui.book.read.page.entities
|
||||
|
||||
import android.text.Layout
|
||||
import android.text.StaticLayout
|
||||
import com.android.tools.r8.Keep
|
||||
import androidx.annotation.Keep
|
||||
import io.legado.app.R
|
||||
import io.legado.app.help.config.ReadBookConfig
|
||||
import io.legado.app.model.ReadBook
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package io.legado.app.ui.book.read.page.entities
|
||||
|
||||
import com.android.tools.r8.Keep
|
||||
import androidx.annotation.Keep
|
||||
|
||||
/**
|
||||
* 位置信息
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package io.legado.app.ui.book.read.page.entities.column
|
||||
|
||||
import com.android.tools.r8.Keep
|
||||
import androidx.annotation.Keep
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package io.legado.app.ui.book.read.page.entities.column
|
||||
|
||||
import com.android.tools.r8.Keep
|
||||
import androidx.annotation.Keep
|
||||
|
||||
/**
|
||||
* 图片列
|
||||
|
||||
@@ -3,7 +3,7 @@ package io.legado.app.ui.book.read.page.entities.column
|
||||
import android.graphics.Canvas
|
||||
import android.graphics.Paint
|
||||
import android.graphics.Path
|
||||
import com.android.tools.r8.Keep
|
||||
import androidx.annotation.Keep
|
||||
import io.legado.app.ui.book.read.page.provider.ChapterProvider
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package io.legado.app.ui.book.read.page.entities.column
|
||||
|
||||
import com.android.tools.r8.Keep
|
||||
import androidx.annotation.Keep
|
||||
|
||||
/**
|
||||
* 文字列
|
||||
|
||||
Reference in New Issue
Block a user