mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-04-27 05:03:19 +00:00

onAttach(Activity activity) is replaced by onAttach(Context context) + Remove deprecated method from pp/src/main/java/org/schabi/newpipe/VideoListAdapter.java context.getResource().getColor(resId) is replaced by ContextCompat.getColor(context,resId)