Don't show a message for the offline state.

This commit is contained in:
akwizgran
2019-06-17 13:45:22 +01:00
parent 5a1caed89f
commit f0cea28aeb

View File

@@ -55,7 +55,7 @@ class PendingContactViewHolder extends ViewHolder {
case OFFLINE: case OFFLINE:
color = ContextCompat color = ContextCompat
.getColor(status.getContext(), R.color.briar_yellow); .getColor(status.getContext(), R.color.briar_yellow);
status.setText(R.string.offline_state); status.setText("");
break; break;
case CONNECTING: case CONNECTING:
status.setText(R.string.connecting); status.setText(R.string.connecting);