Rename "connected" state to "connecting".

This commit is contained in:
akwizgran
2019-06-06 17:21:52 +01:00
parent dc741e988c
commit 15d9ff1ebd
4 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ class PendingContactViewHolder extends ViewHolder {
.getColor(status.getContext(), R.color.briar_yellow);
status.setText(R.string.waiting_for_contact_to_come_online);
break;
case CONNECTED:
case CONNECTING:
status.setText(R.string.connecting);
break;
case ADDING_CONTACT: