Do not call showContentNotSupportedIfNeeded multiple times
This commit is contained in:
parent
238aff7c31
commit
71e46d1eca
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue