Uncheck messages before clearing event list
This commit is contained in:
@@ -280,7 +280,11 @@ HColumnLayout {
|
||||
|
||||
popup: "Popups/ClearMessagesPopup.qml"
|
||||
popupParent: chat
|
||||
properties: ({userId: chat.userId, roomId: chat.roomId})
|
||||
properties: ({
|
||||
userId: chat.userId,
|
||||
roomId: chat.roomId,
|
||||
preClearCallback: eventList.uncheckAll,
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -170,6 +170,7 @@ Rectangle {
|
||||
{
|
||||
userId: window.uiState.pageProperties.userId,
|
||||
roomId: window.uiState.pageProperties.roomId,
|
||||
preClearCallback: eventList.uncheckAll,
|
||||
}
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user