Join Slack
Powered by
`fun View.inEditMode(block: () -> Unit) = run {...
# announcements
v
voddan
07/02/2016, 1:53 PM
`fun View.inEditMode(block: () -> Unit) = run {if (this.isInEditMode) block()}
2
Views
Open in Slack
Previous
Next