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
Hello there, Take the above code block as an example and as you can see there the arguments was not decompiled but rather it applies some anonymous field value such as r1 and r2.
And as you can above that's a JADX version 1.2.0 and it doesn't inline anonymous class to the parent and arguments are correct. While it is great see the inlined anonymous classes (good job for that) but it'll be better if those arguments can be handle properly like in the older versions (where the anonymous classes not inlined)
The text was updated successfully, but these errors were encountered:
@redmi111 as a workaround, it is possible to disable anonymous class inlining (check preferences).
Also, this is a known issue, check #523.
Anyway, thanks for reminder! I will increase priority for that issue 👍
Hello there, Take the above code block as an example and as you can see there the arguments was not decompiled but rather it applies some anonymous field value such as r1 and r2.
And as you can above that's a JADX version 1.2.0 and it doesn't inline anonymous class to the parent and arguments are correct. While it is great see the inlined anonymous classes (good job for that) but it'll be better if those arguments can be handle properly like in the older versions (where the anonymous classes not inlined)
The text was updated successfully, but these errors were encountered: