Join Slack
Powered by
Is there some better way to write this? (can we ge...
# announcements
f
fmd
07/02/2016, 1:52 PM
Is there some better way to write this? (can we get rid of
else Unit
?)
Copy code
fun View.inEditMode(block: () -> Unit) = if (this.isInEditMode) block() else Unit
Open in Slack
Previous
Next