Merge branch 'tmp_6.7.0_arrow' into dev_robotaxi-d_240912_6.7.0
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user