Document [TimelineItemGroupPosition] and improve preview of [MessageEventBubble].
This commit is contained in:
parent
6000a7ca5b
commit
6621163d27
38 changed files with 122 additions and 52 deletions
|
|
@ -17,6 +17,7 @@
|
|||
package io.element.android.libraries.core.extensions
|
||||
|
||||
fun Boolean.toOnOff() = if (this) "ON" else "OFF"
|
||||
fun Boolean.to01() = if (this) "1" else "0"
|
||||
|
||||
inline fun <T> T.ooi(block: (T) -> Unit): T = also(block)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue