Skip to content

Commit

Permalink
Merge pull request #25 from hecom-rn/dev_msg_quote
Browse files Browse the repository at this point in the history
feat(沟通): 消息引用
  • Loading branch information
summer88123 authored Apr 6, 2021
2 parents 866ad06 + a0e0403 commit 2dcdaae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions standard/component/BottomBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export default class extends React.PureComponent<Props, State> {
style={[styles.delIconTouch]}
>
<Image
source={require('./image/chat_add.png')}
source={require('./image/clear.png')}
style={styles.delIcon}
/>
</TouchableOpacity>
Expand Down Expand Up @@ -293,7 +293,7 @@ export default class extends React.PureComponent<Props, State> {
},
};
this.props.onSendMessage(message);
this.setState({ message: '' });
this.setState({ message: '', quoteMsg: undefined });
this.atMemberList = [];
}

Expand Down
Binary file added standard/component/image/clear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2dcdaae

Please sign in to comment.