Implemented contact list update

This commit is contained in:
DieGurke
2020-02-11 18:15:15 +01:00
parent 8a6f729abf
commit 577ee6364d
4 changed files with 43 additions and 7 deletions

View File

@ -411,12 +411,6 @@ public class ChatWindow extends JFrame {
EventBus.getInstance().register(ContactOperationEvent.class, (evt) -> {
try {
client.sendEvent(evt);
} catch (IOException e) {
e.printStackTrace();
}
User contact = (User) evt.get();
// Clearing the search field and the searchResultList