|
@@ -222,7 +222,7 @@ public class CallNotificationController extends BaseController {
|
|
|
for (Room room : roomsOverall.getOcs().getData()) {
|
|
|
if (roomId.equals(room.getRoomId())) {
|
|
|
currentRoom = room;
|
|
|
- conversationNameTextView.setText(room.getDisplayName());
|
|
|
+ conversationNameTextView.setText(currentRoom.getDisplayName());
|
|
|
loadAvatar();
|
|
|
checkIfAnyParticipantsRemainInRoom();
|
|
|
showAnswerControls();
|