This commit is contained in:
kunfei 2022-03-09 19:35:05 +08:00
parent c837e665df
commit edf577a40c
3 changed files with 8 additions and 2 deletions

View File

@ -14,7 +14,7 @@
**2022/03/09**
* 添加通用封面规则,在封面设置里,进入详情页会使用此规则重新获取封面
*
* 修复一些bug
**2022/03/07**

View File

@ -0,0 +1,4 @@
package io.legado.app.data.entities
class KeyboardHelp {
}

View File

@ -11,7 +11,9 @@ import io.legado.app.base.adapter.RecyclerAdapter
import io.legado.app.databinding.ItemFilletTextBinding
import io.legado.app.databinding.PopupKeyboardToolBinding
/**
* 键盘帮助浮窗
*/
class KeyboardToolPop(
context: Context,
private val chars: List<String>,