ursus
09/27/2018, 2:51 PMclass App : Application() {
val appInjector by lazy { AppInjector(this) }
override fun onCreate() {
super.onCreate()
RxAndroidPlugins.setInitMainThreadSchedulerHandler {
AndroidSchedulers.from(Looper.getMainLooper(), true)
}
}
}
onCreate should be fine?