fix askCloseSession
このコミットが含まれているのは:
コミット
62dda76977
1個のファイルの変更、1行の追加、0行の削除
|
@ -380,6 +380,7 @@ public class Controller {
|
|||
}
|
||||
|
||||
public void askCloseSession() {
|
||||
closeSession(this.activeChat);
|
||||
this.activeChat = null;
|
||||
}
|
||||
public void closeSession(Chat c) {
|
||||
|
|
読み込み中…
新しいイシューから参照