|
|
@ -3102,8 +3102,12 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private void updateProfilePicture() {
|
|
|
|
private void updateProfilePicture() {
|
|
|
|
profilePictureView.glide = GlideApp.with(this);
|
|
|
|
try {
|
|
|
|
profilePictureView.update(recipient, threadId);
|
|
|
|
profilePictureView.glide = GlideApp.with(this);
|
|
|
|
|
|
|
|
profilePictureView.update(recipient, threadId);
|
|
|
|
|
|
|
|
} catch (Exception exception) {
|
|
|
|
|
|
|
|
// Do nothing
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private void updateSubtitleTextView() {
|
|
|
|
private void updateSubtitleTextView() {
|
|
|
|