Skip to content

Commit

Permalink
Fix issue where icons of message being replied were wrong.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemalcs committed Mar 25, 2022
1 parent b832b23 commit 05246df
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ public ChatMessageState State
public ReplyMessageViewModel()
{
OpenMessageCommand = new RelayCommand(OpenMessage);
IconName = "File";
}

private void OpenMessage()
Expand Down

0 comments on commit 05246df

Please sign in to comment.