Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Carl Schwan
2022-02-28 22:28:06 +00:00
committed by Tobias Fella
parent be802a28c2
commit 80ee5e9356

View File

@@ -41,10 +41,8 @@ Kirigami.ScrollablePage {
if(pageStack.lastItem == page) { if(pageStack.lastItem == page) {
pageStack.pop() pageStack.pop()
} }
} else { } else if (page.currentRoom.isInvite) {
if(page.currentRoom.isInvite) { page.currentRoom.clearInvitationNotification();
page.currentRoom.clearInvitationNotification();
}
} }
} }
} }