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
In the JadxPlugin interface, within the init method, addMenuAction is used. After opening jadx, click on settings and then close it. When loading an APK file, you will find that the plugin menu contains duplicate JMenuItem entries.
The reason is that the public void addToPluginsMenu(Action item) method in MainWindow does not filter out duplicate JMenuItem entries.
Jadx version
1.5.0
Java version
21.0.3
OS
Windows
Linux
macOS
The text was updated successfully, but these errors were encountered:
Issue details
In the JadxPlugin interface, within the init method, addMenuAction is used. After opening jadx, click on settings and then close it. When loading an APK file, you will find that the plugin menu contains duplicate JMenuItem entries.
The reason is that the public void addToPluginsMenu(Action item) method in MainWindow does not filter out duplicate JMenuItem entries.
Jadx version
1.5.0
Java version
21.0.3
OS
The text was updated successfully, but these errors were encountered: