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) {
|
if(pageStack.lastItem == page) {
|
||||||
pageStack.pop()
|
pageStack.pop()
|
||||||
}
|
}
|
||||||
} else {
|
} else if (page.currentRoom.isInvite) {
|
||||||
if(page.currentRoom.isInvite) {
|
page.currentRoom.clearInvitationNotification();
|
||||||
page.currentRoom.clearInvitationNotification();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user