Skip to content

Commit 71e46d1

Browse files
authored
Do not call showContentNotSupportedIfNeeded multiple times
1 parent 238aff7 commit 71e46d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/org/schabi/newpipe/fragments/list/channel/ChannelFragment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ public void handleResult(@NonNull final ChannelInfo result) {
532532
if (throwable instanceof ContentNotSupportedException) {
533533
channelContentNotSupported = true;
534534
showContentNotSupportedIfNeeded();
535+
break;
535536
}
536537
}
537538

0 commit comments

Comments
 (0)