Skip to content
Snippets Groups Projects
Commit 4dcff545 authored by Pierre Nicolas's avatar Pierre Nicolas :joy: Committed by Adrien Béraud
Browse files

conversation: make whole toolbar open contact view

GitLab: #1557
Change-Id: Ibc968f3e543c244382faff8a96d66c0d4f9c70e2
parent c67cc2fc
No related branches found
No related tags found
No related merge requests found
......@@ -1087,9 +1087,10 @@ class ConversationFragment : BaseSupportFragment<ConversationPresenter, Conversa
val title = binding!!.contactTitle
val subtitle = binding!!.contactSubtitle
val logo = binding!!.contactImage
val toolbar = binding!!.tabletToolbar
logo.setImageDrawable(mConversationAvatar)
logo.visibility = View.VISIBLE
logo.setOnClickListener { openContact() }
toolbar.setOnClickListener { openContact() }
title.text = conversation.title
title.textSize = 15f
title.setTypeface(null, Typeface.NORMAL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment