mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 17:38:34 +00:00
Fix crash when clicking group avatars.
This commit is contained in:
parent
8f031f61ea
commit
f0d15c0bce
@ -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);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user