mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +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() {
|
private void setUpAfterConversationIsKnown() {
|
||||||
binding.conversationNameTextView.setText(currentConversation.getDisplayName());
|
binding.conversationNameTextView.setText(currentConversation.getDisplayName());
|
||||||
|
|
||||||
// TODO: load avatar, but don't block UI!
|
loadAvatar();
|
||||||
// loadAvatar();
|
|
||||||
checkIfAnyParticipantsRemainInRoom();
|
checkIfAnyParticipantsRemainInRoom();
|
||||||
showAnswerControls();
|
showAnswerControls();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user