File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/src/main/java/org/schabi/newpipe/fragments Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 3737import org .schabi .newpipe .R ;
3838import org .schabi .newpipe .databinding .FragmentMainBinding ;
3939import org .schabi .newpipe .error .ErrorUtil ;
40- import org .schabi .newpipe .extractor .exceptions .ExtractionException ;
4140import org .schabi .newpipe .local .playlist .LocalPlaylistFragment ;
4241import org .schabi .newpipe .settings .tabs .Tab ;
4342import org .schabi .newpipe .settings .tabs .TabsManager ;
@@ -303,7 +302,7 @@ public Fragment getItem(final int position) {
303302 final Fragment fragment ;
304303 try {
305304 fragment = tab .getFragment (context );
306- } catch (final ExtractionException e ) {
305+ } catch (final Exception e ) {
307306 ErrorUtil .showUiErrorSnackbar (context , "Getting fragment item" , e );
308307 return new BlankFragment ();
309308 }
You can’t perform that action at this time.
0 commit comments