mgerb / wbuRewrite

Rewrite of the Where Bar You app
Apache License 2.0
0 stars 0 forks source link

Handle errors on sent message. #43

Closed mgerb closed 7 years ago

mgerb commented 7 years ago

Because messages are getting added to the state before sent to the server they will always look like they are sent. Need to notify the user somehow that the message failed to send if it did.

mgerb commented 7 years ago

Using toast right now. It works okay.