Join Slack
Powered by
What I did was add a `toastMessage` `String?` to m...
# redux-kotlin
g
gnardini
10/10/2016, 8:38 PM
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.
Open in Slack
Previous
Next