Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrain2012 committed Jan 1, 2020
1 parent 1166d65 commit 9d8b453
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public void onConversationSilentUpdate(ConversationInfo conversationInfo, boolea
}

@Override
public void onConversationUnreadStatusClear(ConversationInfo conversationInfo` `) {
public void onConversationUnreadStatusClear(ConversationInfo conversationInfo) {
reloadConversationList();
reloadConversationUnreadStatus();
}
Expand Down

0 comments on commit 9d8b453

Please sign in to comment.