This commit is contained in:
ganfra 2023-01-24 17:41:56 +01:00
parent 90b0a60a5c
commit 0c8eeb20f8
4 changed files with 1 additions and 75 deletions

View file

@ -16,7 +16,6 @@
package io.element.android.libraries.core.extensions
fun Boolean.toOnOff() = if (this) "ON" else "OFF"
inline fun <T> T.ooi(block: (T) -> Unit): T = also(block)