anstaendig
06/02/2017, 7:16 AMstartWith { MainActivityViewState.Loading() }
here? It expects MainActivityViewState.Success
as a type. Am I using sealed classes the wrong way? What I want to achieve is to check with when(viewState)
inside of view.render(viewState)
what to do based on that.