Fix collapsing account with keyboard

When collapsing the account and the current page/focus is a room of this
account, switch focus to the account.
This commit is contained in:
miruka
2019-08-30 11:24:47 -04:00
parent 8276e800be
commit 8a2053fcaf
2 changed files with 1 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ HListView {
{
currentIndex = i
currentItem.item.toggleCollapse()
activate()
}
}
}