mirror of
https://github.com/FossifyOrg/Phone.git
synced 2026-06-21 15:01:52 -04:00
fix: always start a call on click in grid view (#358)
Grid view doesn't have that clear separation between name and profile picture to be treated separately. See https://github.com/FossifyOrg/Phone/discussions/356
This commit is contained in:
@@ -366,7 +366,7 @@ class ContactsAdapter(
|
||||
itemContactFrame.isSelected = selectedKeys.contains(contact.rawId)
|
||||
|
||||
itemContactImage.apply {
|
||||
if (profileIconClick != null) {
|
||||
if (profileIconClick != null && viewType != VIEW_TYPE_GRID) {
|
||||
setBackgroundResource(R.drawable.selector_clickable_circle)
|
||||
|
||||
setOnClickListener {
|
||||
|
||||
Reference in New Issue
Block a user