mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
Android Extensions: Use Activity and Fragment supertypes in INVOKE_VIRTUAL calls instead of the user implementation class names
This commit is contained in:
@@ -14,11 +14,10 @@ class MyActivity : Activity() {
|
||||
}
|
||||
|
||||
// 2 public _\$_findCachedViewById
|
||||
// 1 INVOKEVIRTUAL test/MyActivity\.findViewById
|
||||
// 1 INVOKEVIRTUAL android/app/Activity\.findViewById
|
||||
// 2 public _\$_clearFindViewByIdCache
|
||||
// 1 GETSTATIC test/R\$id\.login
|
||||
// 0 INVOKEVIRTUAL android/view/View\.findViewById
|
||||
// 1 INVOKEVIRTUAL test/MyView\.findViewById
|
||||
// 1 INVOKEVIRTUAL android/view/View\.findViewById
|
||||
// 0 INVOKEVIRTUAL test/MyActivity\._\$_findCachedViewById
|
||||
// 0 INVOKEVIRTUAL android/view/View\._\$_findCachedViewById
|
||||
// 1 CHECKCAST android/widget/Button
|
||||
|
||||
Reference in New Issue
Block a user