load avatar again in CallNotificationActivity

was only disabled for debugging. still needs to be fixed with https://github.com/nextcloud/talk-android/issues/1234

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2021-11-02 15:46:36 +01:00
parent 7a7888f5d1
commit b3f8a36c62
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -331,8 +331,7 @@ public class CallNotificationActivity extends BaseActivity {
private void setUpAfterConversationIsKnown() {
binding.conversationNameTextView.setText(currentConversation.getDisplayName());
// TODO: load avatar, but don't block UI!
// loadAvatar();
loadAvatar();
checkIfAnyParticipantsRemainInRoom();
showAnswerControls();
}