mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23: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) { |         if (subscribeButtonMonitor != null) { | ||||||
|             subscribeButtonMonitor.dispose(); |             subscribeButtonMonitor.dispose(); | ||||||
|         } |         } | ||||||
|     } |  | ||||||
|  |  | ||||||
|     @Override |  | ||||||
|     public void onDestroyView() { |  | ||||||
|         channelBinding = null; |         channelBinding = null; | ||||||
|         headerBinding = null; |         headerBinding = null; | ||||||
|         playlistControlBinding = null; |         playlistControlBinding = null; | ||||||
|         super.onDestroyView(); |  | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     /*////////////////////////////////////////////////////////////////////////// |     /*////////////////////////////////////////////////////////////////////////// | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Tobi
					Tobi