Do not call showContentNotSupportedIfNeeded multiple times
This commit is contained in:
parent
c8c2dd8ea4
commit
4a50e9f2a5
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…
Add table
Add a link
Reference in a new issue