Hide info banner when changing room
BUG: 476128
This commit is contained in:
@@ -87,6 +87,7 @@ Kirigami.Page {
|
|||||||
KeyNavigation.left: pageStack.get(0)
|
KeyNavigation.left: pageStack.get(0)
|
||||||
|
|
||||||
onCurrentRoomChanged: {
|
onCurrentRoomChanged: {
|
||||||
|
banner.visible = false;
|
||||||
if (!Kirigami.Settings.isMobile && chatBoxLoader.item) {
|
if (!Kirigami.Settings.isMobile && chatBoxLoader.item) {
|
||||||
chatBoxLoader.item.forceActiveFocus();
|
chatBoxLoader.item.forceActiveFocus();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user