This commit is contained in:
kunfei
2022-03-14 15:55:28 +08:00
parent aad42a44a0
commit bbc7652727

View File

@@ -106,7 +106,7 @@ class KeyboardToolPop(
SelectItem(context.getString(R.string.assists_key_config), "keyConfig")
)
items.addAll(callBack.helpActions())
context.selector(context.getString(R.string.help), items) { _, selectItem, i ->
context.selector(context.getString(R.string.help), items) { _, selectItem, _ ->
when (selectItem.value) {
"keyConfig" -> config()
else -> callBack.onHelpActionSelect(selectItem.value)