kotlin conversion

This commit is contained in:
h4h13 2018-11-30 06:36:16 +05:30
parent 8e6ab40d93
commit b2c15ef186
316 changed files with 13055 additions and 22983 deletions

View file

@ -20,8 +20,8 @@ public class Presenter {
protected BaseSchedulerProvider schedulerProvider;
public Presenter() {
this.repository = Injection.provideRepository();
this.schedulerProvider = Injection.provideSchedulerProvider();
this.repository = Injection.INSTANCE.provideRepository();
this.schedulerProvider = Injection.INSTANCE.provideSchedulerProvider();
this.disposable = new CompositeDisposable();
}
}