Ignore fragment tag (it requires a different implementation)
This commit is contained in:
-6
@@ -18,12 +18,6 @@ val android.app.Activity.includeTag: ft<View, View?>
|
||||
val android.app.Fragment.includeTag: ft<View, View?>
|
||||
get() = getView().findViewById(0)
|
||||
|
||||
val android.app.Activity.fragmentTag: ft<View, View?>
|
||||
get() = findViewById(0)
|
||||
|
||||
val android.app.Fragment.fragmentTag: ft<View, View?>
|
||||
get() = getView().findViewById(0)
|
||||
|
||||
val android.app.Activity.`fun`: ft<TextView, TextView?>
|
||||
get() = findViewById(0) as? TextView
|
||||
|
||||
|
||||
-3
@@ -15,9 +15,6 @@ import kotlin.internal.flexible.ft
|
||||
val android.view.View.includeTag: ft<View, View?>
|
||||
get() = findViewById(0)
|
||||
|
||||
val android.view.View.fragmentTag: ft<View, View?>
|
||||
get() = findViewById(0)
|
||||
|
||||
val android.view.View.`fun`: ft<TextView, TextView?>
|
||||
get() = findViewById(0) as? TextView
|
||||
|
||||
|
||||
Reference in New Issue
Block a user