mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 20:48:43 +00:00
Fix crash when clicking group avatars.
This commit is contained in:
@@ -143,7 +143,7 @@ public final class AvatarImageView extends AppCompatImageView {
|
||||
} else {
|
||||
getContext().startActivity(RecipientExporter.export(recipient).asAddContactIntent());
|
||||
}
|
||||
} else {
|
||||
} else if (listener != null) {
|
||||
listener.onClick(v);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user