Merge branch 'tmp_6.7.0_arrow' into dev_robotaxi-d_240912_6.7.0

This commit is contained in:
renwj
2024-09-19 13:56:29 +08:00
27 changed files with 1141 additions and 1020 deletions

View File

@@ -98,7 +98,7 @@ val <T: View> T.lifecycleOwner: LifecycleOwner
}
val <T: View> T.scope
get() = lifecycleOwner.lifecycleScope
get() = lifecycleOwner.lifecycleScope + SupervisorJob()
fun View.onClick(block: (View) -> Unit) {
this.setOnClickListener {