We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11a91e commit d57a3e2Copy full SHA for d57a3e2
app/src/main/kotlin/io/github/skylot/jadx/android/example/Decompile.kt
@@ -37,10 +37,6 @@ object Decompile {
37
securityFlags.remove(JadxSecurityFlag.SECURE_XML_PARSER)
38
jadxArgs.security = JadxSecurity(securityFlags)
39
40
- // disable jadx code comments
41
- // TODO: inner class processing error
42
- jadxArgs.commentsLevel = CommentsLevel.NONE
43
-
44
// (Optional) Class set tree loading can take too much time,
45
// but disabling it can reduce result code quality
46
jadxArgs.isLoadJadxClsSetFile = false
0 commit comments