mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01:00
Fix emoji avatar missing after edit.
This commit is contained in:
@@ -106,7 +106,7 @@ public class ReviewBannerView extends LinearLayout {
|
||||
|
||||
@NonNull
|
||||
@Override
|
||||
public FallbackContactPhoto getPhotoForRecipientWithName(String name) {
|
||||
public FallbackContactPhoto getPhotoForRecipientWithName(String name, int targetSize) {
|
||||
return new FixedSizeGeneratedContactPhoto(name, R.drawable.ic_profile_outline_20);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user