Skip to content

Commit

Permalink
Merge pull request #659 from stakwork/aa/fix/fix-attachment-view
Browse files Browse the repository at this point in the history
Fix attachment UI
  • Loading branch information
ariel10aguero authored Oct 13, 2023
2 parents 4f58ac2 + 25d556a commit 57c0523
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,7 @@ internal sealed class MessageHolderViewState(
if (message == null){
null
} else {
null
// getFileAttachment(message)
getFileAttachment(message)
}
}

Expand Down

0 comments on commit 57c0523

Please sign in to comment.