fix leaked tab listener

This commit is contained in:
Anthony Restaino 2016-02-10 18:47:13 -05:00
parent 9b34a553ed
commit 6e76e7d430

View File

@ -203,6 +203,7 @@ public class BrowserPresenter {
public void shutdown() { public void shutdown() {
onTabChanged(null); onTabChanged(null);
mTabsModel.setTabNumberChangedListener(null);
} }
public void tabChanged(int position) { public void tabChanged(int position) {