Skip to content

Commit d57a3e2

Browse files
committed
remove not needed option
1 parent e11a91e commit d57a3e2

File tree

1 file changed

+0
-4
lines changed
  • app/src/main/kotlin/io/github/skylot/jadx/android/example

1 file changed

+0
-4
lines changed

app/src/main/kotlin/io/github/skylot/jadx/android/example/Decompile.kt

-4
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ object Decompile {
3737
securityFlags.remove(JadxSecurityFlag.SECURE_XML_PARSER)
3838
jadxArgs.security = JadxSecurity(securityFlags)
3939

40-
// disable jadx code comments
41-
// TODO: inner class processing error
42-
jadxArgs.commentsLevel = CommentsLevel.NONE
43-
4440
// (Optional) Class set tree loading can take too much time,
4541
// but disabling it can reduce result code quality
4642
jadxArgs.isLoadJadxClsSetFile = false

0 commit comments

Comments
 (0)