mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 05:09:53 +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:
|
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user