Skip to content
Snippets Groups Projects
Commit d2102c9b authored by AlexanderP ProductEngine's avatar AlexanderP ProductEngine
Browse files

CHUI-601 : Fixed : Crash when dismissing a conversation while a participant is selected

DeletePointer() for the items was replaced by Function LLFolderViewItem::destroyView():
Function LLFolderViewItem::destroyView(), before removing the item, immediately removes it from the Selection List of the Root Folder. As a result, at the time of the call of sanitizeSelection(), will not need to try to handle the elements that have already been deleted.
parent 22c2fff4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment