去掉房间公屏-收藏房间提示
This commit is contained in:
@@ -496,10 +496,10 @@ public class BaseRoomPresenter<V extends IBaseRoomView> extends BaseMvpPresenter
|
||||
.doOnNext(aBoolean -> getMvpView().showAttentionDialog())
|
||||
.subscribe();
|
||||
|
||||
Observable.interval(1, 5, TimeUnit.MINUTES)
|
||||
.compose(bindUntilEvent(PresenterEvent.DESTROY))
|
||||
.takeWhile(aLong -> !AvRoomDataManager.get().isRoomFans && getMvpView() != null)
|
||||
.subscribe(aLong -> getMvpView().noFollow2());
|
||||
// Observable.interval(1, 5, TimeUnit.MINUTES)
|
||||
// .compose(bindUntilEvent(PresenterEvent.DESTROY))
|
||||
// .takeWhile(aLong -> !AvRoomDataManager.get().isRoomFans && getMvpView() != null)
|
||||
// .subscribe(aLong -> getMvpView().noFollow2());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user