We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dbAdapter.type
1 parent 751563b commit 6d1eb3fCopy full SHA for 6d1eb3f
app/src/main/java/com/osfans/trime/ime/symbol/LiquidKeyboard.kt
@@ -196,8 +196,8 @@ class LiquidKeyboard(
196
}
197
198
private fun initDbData(data: suspend () -> List<DatabaseBean>) {
199
+ dbAdapter.type = currentBoardType
200
if (onAdapterChange(dbAdapter)) {
- dbAdapter.type = currentBoardType
201
keyboardView.apply {
202
layoutManager = oneColStaggeredGridLayoutManager
203
adapter = dbAdapter
0 commit comments