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) {
pageStack.pop()
}
} else {
if(page.currentRoom.isInvite) {
page.currentRoom.clearInvitationNotification();
}
} else if (page.currentRoom.isInvite) {
page.currentRoom.clearInvitationNotification();
}
}
}