mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01:00
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:
parent
7a7888f5d1
commit
b3f8a36c62
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user