Ian Warwick
03/02/2020, 11:11 AMAdam Powell
03/02/2020, 2:09 PMvar doError by mutableStateOf(true)Adam Powell
03/02/2020, 2:12 PMeffect {} API like I mentioned in the other thread. It would let you write code like:
effect {
doOnStartThings()
liveData.asFlow().collect {
doOnResultThings(it)
}
}Ian Warwick
03/02/2020, 2:28 PMAdam Powell
03/02/2020, 2:40 PMIan Warwick
03/02/2020, 2:43 PM