Fixed problems with groupMemberName displaying

This commit is contained in:
DieGurke
2020-07-20 14:09:30 +02:00
parent 79a121b6b5
commit 60791f2913
3 changed files with 19 additions and 22 deletions

View File

@ -242,7 +242,7 @@ public final class ChatScene implements Restorable {
chatList.setItems(FXCollections.observableList(localDB.getChats()));
contactLabel.setText(localDB.getUser().getName());
MessageControl.setUser(localDB.getUser());
MessageControl.setLocalDB(localDB);
if (!client.isOnline()) updateInfoLabel("You are offline", "infoLabel-info");
recorder = new AudioRecorder();