channelContentNotSupported false by default

This commit is contained in:
Stypox 2022-05-06 10:38:47 +02:00 committed by GitHub
parent 34468c16ad
commit 238aff7c31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ public class ChannelFragment extends BaseListInfoFragment<StreamInfoItem, Channe
private final CompositeDisposable disposables = new CompositeDisposable();
private Disposable subscribeButtonMonitor;
private boolean channelContentNotSupported;
private boolean channelContentNotSupported = false;
/*//////////////////////////////////////////////////////////////////////////
// Views