mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-03 07:48:36 +00:00
Fix group member review avatar and "other groups in common" copy. (#4813)
- Fixes `ReviewBannerView` erroneously using the note to self icon instead of the current user's profile photo. - Fixes the "other groups in common" copy, which was missing the word "other".
This commit is contained in:
committed by
Michelle Tang
parent
1e0e165eaf
commit
2608e9165c
@@ -67,8 +67,8 @@ public class ReviewBannerView extends FrameLayout {
|
||||
}
|
||||
|
||||
public void setBannerRecipients(@NonNull Recipient target, @NonNull Recipient dupe) {
|
||||
binding.bannerTopLeftAvatar.setAvatar(target);
|
||||
binding.bannerBottomRightAvatar.setAvatar(dupe);
|
||||
binding.bannerTopLeftAvatar.setAvatarUsingProfile(target);
|
||||
binding.bannerBottomRightAvatar.setAvatarUsingProfile(dupe);
|
||||
|
||||
binding.bannerIcon.setVisibility(GONE);
|
||||
binding.bannerTopLeftAvatar.setVisibility(VISIBLE);
|
||||
|
||||
Reference in New Issue
Block a user