handle save message from sidebar
This commit is contained in:
@@ -156,7 +156,7 @@ public class MainController {
|
||||
}
|
||||
|
||||
|
||||
private void refreshChatListUI() {
|
||||
void refreshChatListUI() {
|
||||
Platform.runLater(() -> {
|
||||
chatListContainer.getChildren().clear();
|
||||
itemControllers.clear();
|
||||
|
||||
Reference in New Issue
Block a user