Skip to content

Commit

Permalink
Do not call addSession in SessionStore.onStackSession() (#3682)
Browse files Browse the repository at this point in the history
Fixes #3681
  • Loading branch information
MortimerGoro authored and bluemarvin committed Jul 15, 2020
1 parent 076802a commit feabcb4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,6 @@ public void onCurrentSessionChange(GeckoSession aOldSession, GeckoSession aSessi

@Override
public void onStackSession(Session aSession) {
ComponentsAdapter.get().addSession(aSession);
ComponentsAdapter.get().link(aSession.getId(), aSession.getGeckoSession());
}

Expand Down

0 comments on commit feabcb4

Please sign in to comment.