[2.15.0] add opt code of roma

This commit is contained in:
zhongchao
2023-04-17 20:54:54 +08:00
parent 75096f01b5
commit 29cab636d7
5 changed files with 21 additions and 21 deletions

View File

@@ -37,7 +37,9 @@ class RomaPassengerView @JvmOverloads constructor(
a.recycle()
setOnClickListener {
romaMode = !romaMode
romaTrigger(romaMode)
romaTrigger(romaMode) { mode ->
romaMode = mode
}
}
}