Skip to content
Snippets Groups Projects
Commit d3e3b8cc authored by Vitalii Nikitchyn's avatar Vitalii Nikitchyn Committed by Pierre Nicolas
Browse files

conversation popup menu: disable focus

GitLab: #1248
Change-Id: I5f19b85dcfecbbdc11a886bf9d399e232c5ec7ed
parent 2b587a0b
No related branches found
No related tags found
No related merge requests found
......@@ -876,8 +876,9 @@ class ConversationAdapter(
// The popup that display all the buttons
val popupWindow = PopupWindow(
root, LinearLayout.LayoutParams.WRAP_CONTENT, root.measuredHeight, true
root, LinearLayout.LayoutParams.WRAP_CONTENT, root.measuredHeight, false
)
popupWindow.isOutsideTouchable = true
popupWindow.elevation = view.context.resources.getDimension(R.dimen.call_preview_elevation)
popupWindow.showAsDropDown(view)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment