Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
committed by
Tobias Fella
parent
be802a28c2
commit
80ee5e9356
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user