mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	Merge pull request #5464 from Stypox/fix-channel-subscribe-button
Fix channel subscribe button causing crash on closing
This commit is contained in:
		| @@ -131,14 +131,9 @@ public class ChannelFragment extends BaseListInfoFragment<ChannelInfo> | ||||
|         if (subscribeButtonMonitor != null) { | ||||
|             subscribeButtonMonitor.dispose(); | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     @Override | ||||
|     public void onDestroyView() { | ||||
|         channelBinding = null; | ||||
|         headerBinding = null; | ||||
|         playlistControlBinding = null; | ||||
|         super.onDestroyView(); | ||||
|     } | ||||
|  | ||||
|     /*////////////////////////////////////////////////////////////////////////// | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tobi
					Tobi