channelContentNotSupported false by default
This commit is contained in:
parent
9d0fdd1682
commit
c8c2dd8ea4
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ public class ChannelFragment extends BaseListInfoFragment<StreamInfoItem, Channe
|
||||||
private final CompositeDisposable disposables = new CompositeDisposable();
|
private final CompositeDisposable disposables = new CompositeDisposable();
|
||||||
private Disposable subscribeButtonMonitor;
|
private Disposable subscribeButtonMonitor;
|
||||||
|
|
||||||
private boolean channelContentNotSupported;
|
private boolean channelContentNotSupported = false;
|
||||||
|
|
||||||
/*//////////////////////////////////////////////////////////////////////////
|
/*//////////////////////////////////////////////////////////////////////////
|
||||||
// Views
|
// Views
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue