Skip to content

Commit

Permalink
fix: IndexOutOfBoundsException in JumpManager (#1576) (PR #1577)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpstotz committed Jul 13, 2022
1 parent 5155566 commit 3cc464c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jadx-gui/src/main/java/jadx/gui/utils/JumpManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ public JumpPosition getNext() {

public void reset() {
list.clear();
currentPos = 0;
}
}

0 comments on commit 3cc464c

Please sign in to comment.