1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-30 17:13:19 +00:00

prevent infinite loop

This commit is contained in:
Andrei.Rosca 2018-05-06 10:08:56 +02:00
parent f45769cbb2
commit 3d66c6572b

View File

@ -159,7 +159,7 @@ public class SelectChannelFragment extends DialogFragment {
@Override
public void onError(Throwable exception) {
onError(exception);
SelectChannelFragment.this.onError(exception);
}
@Override