mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 06:43:00 +00:00 
			
		
		
		
	Fix for #407
This commit is contained in:
		| @@ -647,8 +647,8 @@ public class VideoItemDetailFragment extends Fragment { | |||||||
|     } |     } | ||||||
|  |  | ||||||
|     @Override |     @Override | ||||||
|     public void onActivityCreated(Bundle savedInstanceBundle) { |     public void onStart() { | ||||||
|         super.onActivityCreated(savedInstanceBundle); |         super.onStart(); | ||||||
|         Activity a = getActivity(); |         Activity a = getActivity(); | ||||||
|  |  | ||||||
|         infoItemBuilder = new InfoItemBuilder(a, a.findViewById(android.R.id.content)); |         infoItemBuilder = new InfoItemBuilder(a, a.findViewById(android.R.id.content)); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Coffeemakr
					Coffeemakr