Android Extensions: Do not upcast ViewStub to View (KT-10321)
This commit is contained in:
Vendored
+3
-3
@@ -15,10 +15,10 @@ kotlinx.android.synthetic.main
|
||||
|
||||
kotlinx.android.synthetic.main.test
|
||||
|
||||
public val android.app.Activity.stub: android.view.View!
|
||||
public val android.app.Fragment.stub: android.view.View!
|
||||
public val android.app.Activity.stub: android.view.ViewStub!
|
||||
public val android.app.Fragment.stub: android.view.ViewStub!
|
||||
|
||||
|
||||
kotlinx.android.synthetic.main.test.view
|
||||
|
||||
public val android.view.View.stub: android.view.View!
|
||||
public val android.view.View.stub: android.view.ViewStub!
|
||||
|
||||
Reference in New Issue
Block a user