diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index 24ca7c3ba..64abdeb9b 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -440,6 +440,7 @@ Kirigami.ScrollablePage { id: typingNotification visible: currentRoom && currentRoom.usersTyping.length > 0 + height: visible ? implicitHeight: 0 spacing: Kirigami.Units.largeSpacing QQC2.BusyIndicator {