mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-29 22:32:59 +00:00 
			
		
		
		
	Migrate NoNonsense-FilePicker to our updated fork
This commit is contained in:
		| @@ -188,6 +188,7 @@ dependencies { | ||||
|     // This works thanks to JitPack: https://jitpack.io/ | ||||
|     implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751' | ||||
|     implementation 'com.github.TeamNewPipe:NewPipeExtractor:5219a705bab539cf8c6624d0cec216e76e85f0b1' | ||||
|     implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0' | ||||
|  | ||||
| /** Checkstyle **/ | ||||
|     checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}" | ||||
| @@ -257,9 +258,6 @@ dependencies { | ||||
|     implementation "io.noties.markwon:core:${markwonVersion}" | ||||
|     implementation "io.noties.markwon:linkify:${markwonVersion}" | ||||
|  | ||||
|     // File picker | ||||
|     implementation "com.nononsenseapps:filepicker:4.2.1" | ||||
|  | ||||
|     // Crash reporting | ||||
|     implementation "ch.acra:acra-core:5.9.3" | ||||
|  | ||||
|   | ||||
| @@ -76,7 +76,7 @@ public class FilePickerActivityHelper extends com.nononsenseapps.filepicker.File | ||||
|  | ||||
|     public static class CustomFilePickerFragment extends FilePickerFragment { | ||||
|         @Override | ||||
|         public View onCreateView(final LayoutInflater inflater, final ViewGroup container, | ||||
|         public View onCreateView(@NonNull final LayoutInflater inflater, final ViewGroup container, | ||||
|                                  final Bundle savedInstanceState) { | ||||
|             return super.onCreateView(inflater, container, savedInstanceState); | ||||
|         } | ||||
| @@ -138,7 +138,7 @@ public class FilePickerActivityHelper extends com.nononsenseapps.filepicker.File | ||||
|         } | ||||
|  | ||||
|         @Override | ||||
|         public void onLoadFinished(final Loader<SortedList<File>> loader, | ||||
|         public void onLoadFinished(@NonNull final Loader<SortedList<File>> loader, | ||||
|                                    final SortedList<File> data) { | ||||
|             super.onLoadFinished(loader, data); | ||||
|             layoutManager.scrollToPosition(0); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 TacoTheDank
					TacoTheDank