Browse Source

fix askCloseSession

Alexandre Gonzalvez 3 years ago
parent
commit
62dda76977
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Application/Clavardage/src/controller/Controller.java

+ 1
- 0
Application/Clavardage/src/controller/Controller.java View File

@@ -380,6 +380,7 @@ public class Controller {
380 380
 	}
381 381
 	
382 382
 	public void askCloseSession() {
383
+		closeSession(this.activeChat);
383 384
 		this.activeChat = null;
384 385
 	}
385 386
 	public void closeSession(Chat c) {

Loading…
Cancel
Save