Commit 221a90e5 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito Committed by GitHub

Update MessageRenderer.java

parent 1dd4230a
......@@ -78,7 +78,7 @@ public class MessageRenderer extends AbstractRenderer<Message> {
case SyncState.SYNCING:
textView.setText(R.string.sending);
break;
case SyncState.NOT_SYNCED:
case SyncState.FAILED:
textView.setText(R.string.failed_to_sync);
default:
textView.setText(DateTime.fromEpocMs(object.getTimestamp(), DateTime.Format.TIME));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment