What I did was add a `toastMessage` `String?` to m...
# redux-kotlin
g
What I did was add a
toastMessage
String?
to my state, which has to be cleared on every
update/reduce
, and the view shows a toast with that message if the string is not null.