Hide info banner when changing room

BUG: 476128
This commit is contained in:
Tobias Fella
2023-10-27 21:49:48 +02:00
parent f690b76efa
commit 7dd3ad9548

View File

@@ -87,6 +87,7 @@ Kirigami.Page {
KeyNavigation.left: pageStack.get(0)
onCurrentRoomChanged: {
banner.visible = false;
if (!Kirigami.Settings.isMobile && chatBoxLoader.item) {
chatBoxLoader.item.forceActiveFocus();
}