mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-20 10:23:30 -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> {
|
||||
@JvmField val compositeDisposable = CompositeDisposable()
|
||||
@JvmField var view: T? = null
|
||||
|
||||
override fun attachView(view: T) {
|
||||
this.view = view
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user