Skip to content

Commit

Permalink
Merge pull request TeamNewPipe#5464 from Stypox/fix-channel-subscribe…
Browse files Browse the repository at this point in the history
…-button

Fix channel subscribe button causing crash on closing
  • Loading branch information
TobiGr authored Feb 3, 2021
2 parents 0b0305e + 327fc74 commit 40195b2
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,9 @@ public void onDestroy() {
if (subscribeButtonMonitor != null) {
subscribeButtonMonitor.dispose();
}
}

@Override
public void onDestroyView() {
channelBinding = null;
headerBinding = null;
playlistControlBinding = null;
super.onDestroyView();
}

/*//////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 40195b2

Please sign in to comment.