use of im.actor.core.viewmodel.AppStateVM in project actor-platform by actorapp.
the class ConductorModule method run.
public void run() {
this.appStateVM = new AppStateVM(context());
this.conductor = new Conductor(context());
}
Aggregations