fix askCloseSession
This commit is contained in:
parent
1d72027a3a
commit
62dda76977
1 changed files with 1 additions and 0 deletions
|
@ -380,6 +380,7 @@ public class Controller {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void askCloseSession() {
|
public void askCloseSession() {
|
||||||
|
closeSession(this.activeChat);
|
||||||
this.activeChat = null;
|
this.activeChat = null;
|
||||||
}
|
}
|
||||||
public void closeSession(Chat c) {
|
public void closeSession(Chat c) {
|
||||||
|
|
Loading…
Reference in a new issue