Remove unused method

This commit is contained in:
JC Brand 2022-07-14 08:47:39 +02:00
parent f05a41f6a5
commit 4aab83c4af

View File

@ -49,11 +49,6 @@ export default class ChatView extends BaseChatView {
];
}
showControlBox () { // eslint-disable-line class-methods-use-this
// Used in mobile view, to navigate back to the controlbox
_converse.chatboxviews.get('controlbox')?.show();
}
afterShown () {
this.model.setChatState(_converse.ACTIVE);
this.model.clearUnreadMsgCounter();