Hide "This room is a continuation of another conversation" if the user

has left the old room.
This commit is contained in:
Black Hat
2019-10-02 01:41:56 -07:00
parent d91de86e52
commit 410d45f6eb

View File

@@ -77,7 +77,7 @@ Dialog {
Control { Control {
Layout.fillWidth: true Layout.fillWidth: true
visible: room.predecessorId visible: room.predecessorId && room.connection.room(room.predecessorId)
padding: 8 padding: 8
@@ -128,7 +128,7 @@ Dialog {
Control { Control {
Layout.fillWidth: true Layout.fillWidth: true
visible: room.successorId visible: room.successorId && room.connection.room(room.successorId)
padding: 8 padding: 8