We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e85bcd commit 25b3795Copy full SHA for 25b3795
app/src/main/java/com/osfans/trime/ime/symbol/LiquidKeyboard.kt
@@ -55,6 +55,10 @@ class LiquidKeyboard(
55
private lateinit var currentBoardType: SymbolBoardType
56
private lateinit var currentBoardAdapter: RecyclerView.Adapter<*>
57
58
+ init {
59
+ TabManager.setTabExited()
60
+ }
61
+
62
private val simpleAdapter by lazy {
63
val itemWidth = context.dp(theme.liquid.getInt("single_width"))
64
val columnCount = context.resources.displayMetrics.widthPixels / itemWidth
0 commit comments