mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-23 04:33:54 -04:00
Adding space between properties and the function
This commit is contained in:
parent
76cf36e1e1
commit
3be6741446
@ -27,6 +27,7 @@ import org.kiwix.kiwixmobile.core.base.BaseContract.View
|
|||||||
abstract class BasePresenter<T : View<*>?> : Presenter<T> {
|
abstract class BasePresenter<T : View<*>?> : Presenter<T> {
|
||||||
@JvmField val compositeDisposable = CompositeDisposable()
|
@JvmField val compositeDisposable = CompositeDisposable()
|
||||||
@JvmField var view: T? = null
|
@JvmField var view: T? = null
|
||||||
|
|
||||||
override fun attachView(view: T) {
|
override fun attachView(view: T) {
|
||||||
this.view = view
|
this.view = view
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user