fix askCloseSession

This commit is contained in:
Alexandre Gonzalvez 2020-12-18 09:59:18 +01:00
parent 1d72027a3a
commit 62dda76977

View file

@ -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) {