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