mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-22 18:55:12 +00:00
Add back ability to long press title bar to go to system contact.
Resolves #13372
This commit is contained in:
@@ -1328,6 +1328,13 @@ class ConversationFragment :
|
||||
optionsMenuCallback.handleConversationSettings()
|
||||
}
|
||||
}
|
||||
|
||||
if (recipient.isSystemContact) {
|
||||
titleView.setOnLongClickListener {
|
||||
startActivity(Intent(Intent.ACTION_VIEW, recipient.contactUri))
|
||||
return@setOnLongClickListener true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private fun presentWallpaper(chatWallpaper: ChatWallpaper?) {
|
||||
|
||||
Reference in New Issue
Block a user