mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-08-29 09:02:19 +00:00
Do not call showContentNotSupportedIfNeeded multiple times
This commit is contained in:
@@ -532,6 +532,7 @@ public class ChannelFragment extends BaseListInfoFragment<StreamInfoItem, Channe
|
|||||||
if (throwable instanceof ContentNotSupportedException) {
|
if (throwable instanceof ContentNotSupportedException) {
|
||||||
channelContentNotSupported = true;
|
channelContentNotSupported = true;
|
||||||
showContentNotSupportedIfNeeded();
|
showContentNotSupportedIfNeeded();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user