Commit ee657f5b authored by Shailesh Baldaniya's avatar Shailesh Baldaniya

fix: Small fix

Merge branch 'temp-button-action' into upstrem-button-action
parent 00aa5de8
...@@ -30,7 +30,6 @@ class ActionsAttachmentViewHolder( ...@@ -30,7 +30,6 @@ class ActionsAttachmentViewHolder(
title.text = data.title ?: "" title.text = data.title ?: ""
actions_list.layoutManager = LinearLayoutManager(itemView.context, actions_list.layoutManager = LinearLayoutManager(itemView.context,
when (alignment) { when (alignment) {
"vertical" -> LinearLayoutManager.VERTICAL
"horizontal" -> LinearLayoutManager.HORIZONTAL "horizontal" -> LinearLayoutManager.HORIZONTAL
else -> LinearLayoutManager.VERTICAL //Default else -> LinearLayoutManager.VERTICAL //Default
}, false) }, false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment