mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 23:47:26 +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