Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
Clear reference to the TabModelChangedListener so it can be re-subscr…
Browse files Browse the repository at this point in the history
…ibed in the future.
  • Loading branch information
pharspher authored and idiotmax committed Apr 13, 2018
1 parent e2bb2b6 commit db809cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public void unsubscribe() {
if (onTabModelChangedListener != null) {
tabsSession.removeTabsViewListener(onTabModelChangedListener);
tabsSession.removeTabsChromeListener(onTabModelChangedListener);
onTabModelChangedListener = null;
}
}

Expand Down

0 comments on commit db809cc

Please sign in to comment.