Skip to content

Commit

Permalink
fix npe issue
Browse files Browse the repository at this point in the history
  • Loading branch information
siqiii committed Jan 3, 2020
1 parent 5b3451b commit b91b788
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/main/java/cn/wildfirechat/remote/ChatManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,6 @@ private void onRecallMessage(final long messageUid) {
if (message == null) {
return;
}
ConversationInfo conversationInfo = getConversation(message.conversation);
conversationInfo.lastMessage = message;
mainHandler.post(new Runnable() {
@Override
public void run() {
Expand Down

0 comments on commit b91b788

Please sign in to comment.