Android Extensions: Support Dialog classes (KT-16957)
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
package android.app
|
||||
|
||||
import android.view.View
|
||||
|
||||
open class Dialog {
|
||||
open fun findViewById(id: Int): View? = null
|
||||
}
|
||||
Reference in New Issue
Block a user