Do not call showContentNotSupportedIfNeeded multiple times

This commit is contained in:
Stypox 2022-05-06 10:40:08 +02:00 committed by GitHub
parent c8c2dd8ea4
commit 4a50e9f2a5

View file

@ -532,6 +532,7 @@ public class ChannelFragment extends BaseListInfoFragment<StreamInfoItem, Channe
if (throwable instanceof ContentNotSupportedException) {
channelContentNotSupported = true;
showContentNotSupportedIfNeeded();
break;
}
}