Little Bug Fix
This commit is contained in:
parent
5caa5381b0
commit
9111880dcf
@ -139,6 +139,7 @@ public final class ChatScene implements Restorable {
|
|||||||
Platform.runLater(() -> {
|
Platform.runLater(() -> {
|
||||||
userList.getItems().remove(chat);
|
userList.getItems().remove(chat);
|
||||||
userList.getItems().add(0, chat);
|
userList.getItems().add(0, chat);
|
||||||
|
if (chat.equals(currentChat)) userList.getSelectionModel().select(0);
|
||||||
localDB.getChats().remove(chat);
|
localDB.getChats().remove(chat);
|
||||||
localDB.getChats().add(0, chat);
|
localDB.getChats().add(0, chat);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user