Merge branch 'develop' into feature/fga/pdf_renderer
This commit is contained in:
commit
26adc55ea9
435 changed files with 6832 additions and 1041 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