mirror of
https://github.com/Akomry/sae302_applicom.git
synced 2025-12-06 08:43:54 +00:00
refactor(ChatController): retrait de la connexion automatique pour des tests plus simples
This commit is contained in:
parent
cba4d6b81b
commit
30986fa8e5
1 changed files with 0 additions and 5 deletions
|
|
@ -126,11 +126,6 @@ public class ChatController implements Initializable {
|
||||||
sendButton.disableProperty().bind(canSendCondition);
|
sendButton.disableProperty().bind(canSendCondition);
|
||||||
messageTextField.disableProperty().bind(canSendCondition);
|
messageTextField.disableProperty().bind(canSendCondition);
|
||||||
|
|
||||||
/* /!\ Set-up d'environnement de test /!\ */
|
|
||||||
/* -------------------------------------- */
|
|
||||||
loginTextField.setText("riri");
|
|
||||||
connectionButton.setSelected(true);
|
|
||||||
/* -------------------------------------- */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void initRoomListView() {
|
private void initRoomListView() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue