Skip to content

Commit

Permalink
Fix giphy messages (#2098)
Browse files Browse the repository at this point in the history
  • Loading branch information
bychkovdmitry authored Jul 29, 2021
1 parent e9a787c commit 4aec8f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ public data class MessageListViewStyle(
)

val threadMessagesStart = attributes.getInt(
R.styleable.MessageListView_streamUiMessagesStart,
R.styleable.MessageListView_streamUiThreadMessagesStart,
MessageListView.MessagesStart.BOTTOM.value,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ internal class MediaAttachmentView : ConstraintLayout {

constructor(context: Context) : this(context, null, 0)

constructor(context: Context, attrs: AttributeSet?) : super(context, attrs)
constructor(context: Context, attrs: AttributeSet?) : this(context, attrs, 0)

constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : super(
context.createStreamThemeWrapper(),
Expand Down

0 comments on commit 4aec8f0

Please sign in to comment.