conventionschedule-android/app/src/main/java/com/adlerosn/brasilfurfest/helper/LayoutInflaterInflateNoPare...

5 lines
153 B
Kotlin

package com.adlerosn.brasilfurfest.helper
import android.view.LayoutInflater
fun LayoutInflater.inflate(resource: Int) = this.inflate(resource, null)!!