Search in sources :

Example 1 with AppStateVM

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());
}
Also used : AppStateVM(im.actor.core.viewmodel.AppStateVM)

Aggregations

AppStateVM (im.actor.core.viewmodel.AppStateVM)1