You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wouldn't say it is a real bug, but whenever I try to compile the first time a java class containing an anonymous inner class, e.g. a class defining a callback directly, only the outer class is produced initially. I have to 'Compile to smali' another time that the inner class is generated as well.
The text was updated successfully, but these errors were encountered:
I wouldn't say it is a real bug, but whenever I try to compile the first time a java class containing an anonymous inner class, e.g. a class defining a callback directly, only the outer class is produced initially. I have to 'Compile to smali' another time that the inner class is generated as well.
The text was updated successfully, but these errors were encountered: