mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Add offline state for pending contacts.
This commit is contained in:
@@ -52,6 +52,11 @@ class PendingContactViewHolder extends ViewHolder {
|
||||
.getColor(status.getContext(), R.color.briar_yellow);
|
||||
status.setText(R.string.waiting_for_contact_to_come_online);
|
||||
break;
|
||||
case OFFLINE:
|
||||
color = ContextCompat
|
||||
.getColor(status.getContext(), R.color.briar_yellow);
|
||||
status.setText(R.string.offline_state);
|
||||
break;
|
||||
case CONNECTING:
|
||||
status.setText(R.string.connecting);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user