mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2025-10-06 03:50:22 +02:00
prevent infinite loop
This commit is contained in:
parent
f45769cbb2
commit
3d66c6572b
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ public class SelectChannelFragment extends DialogFragment {
|
|||
|
||||
@Override
|
||||
public void onError(Throwable exception) {
|
||||
onError(exception);
|
||||
SelectChannelFragment.this.onError(exception);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue