Skip to content

Commit

Permalink
Reset the atom tree model when a new capture is loaded.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuetschard committed Nov 3, 2017
1 parent 60f6550 commit ed4b89f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gapic/src/main/com/google/gapid/models/AtomStream.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public void onCaptureLoadingStart(boolean maintainState) {
if (!maintainState) {
selection = null;
}
reset();
}

@Override
Expand Down

0 comments on commit ed4b89f

Please sign in to comment.