mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Don't show a message for the offline state.
This commit is contained in:
@@ -55,7 +55,7 @@ class PendingContactViewHolder extends ViewHolder {
|
||||
case OFFLINE:
|
||||
color = ContextCompat
|
||||
.getColor(status.getContext(), R.color.briar_yellow);
|
||||
status.setText(R.string.offline_state);
|
||||
status.setText("");
|
||||
break;
|
||||
case CONNECTING:
|
||||
status.setText(R.string.connecting);
|
||||
|
||||
Reference in New Issue
Block a user