mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 05:58:09 +00:00
Fix crash when clicking group avatars.
This commit is contained in:
@@ -143,7 +143,7 @@ public final class AvatarImageView extends AppCompatImageView {
|
|||||||
} else {
|
} else {
|
||||||
getContext().startActivity(RecipientExporter.export(recipient).asAddContactIntent());
|
getContext().startActivity(RecipientExporter.export(recipient).asAddContactIntent());
|
||||||
}
|
}
|
||||||
} else {
|
} else if (listener != null) {
|
||||||
listener.onClick(v);
|
listener.onClick(v);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user