Address some build warnings

This commit is contained in:
arkon
2021-06-02 23:17:41 -04:00
parent db25a9ae4f
commit fb7a458747
3 changed files with 10 additions and 2 deletions
@@ -32,6 +32,12 @@ open class BasePresenter<V> : RxPresenter<V>() {
presenterScope.cancel()
}
// We're trying to avoid using Rx, so we "undeprecate" this
@Suppress("DEPRECATION")
override fun getView(): V? {
return super.getView()
}
/**
* Subscribes an observable with [deliverFirst] and adds it to the presenter's lifecycle
* subscription list.