status-desktop/ui/app/AppLayouts/Chat
Sale Djenic 47d1546893 fix(@desktop/chat): app crash when you leave a chat
The issue is happening randomly. I managed to catch it few times and hopefully fix it. Problem was
in leave proc in src/status/chat.nim cause we were sending activeChannelChanged signal from it what
started setting activeChannel to the value of the backToFirstChat variable, and while that process
was in progress setActiveChannelByIndex was called from activeChannel what caused another emit of
activeChannelChanged signal while the previous one was not completed. That caused new setting of
activeChannel with active channel index 0, what caused an app crash.

This is fixed by setting active channel to the first one from the list when we get a signal that
any channel from the list is removed. This way activeChannelChanged is broadcasted to the other
parts correctly.

Fixes: #2825
2021-07-14 16:15:40 -04:00
..
ChatColumn fix(@desktop/chat): app crash when you leave a chat 2021-07-14 16:15:40 -04:00
CommunityComponents refactor(Communities): replace `CreateCategoryPopup` with `StatusModal` 2021-07-13 18:11:55 -04:00
ContactsColumn fix(@desktop/chat): update color of close suggestion to be lighter 2021-07-13 11:38:13 -04:00
components fix(@desktop/chat): nickname disapear when closing the modal 2021-07-13 17:32:28 -04:00
data change status-spanish to status-espanol, it's more guay 2020-09-23 17:19:17 -04:00
ChatColumn.qml fix(@desktop/chat): app crash when you click macOS' notification 2021-07-13 10:35:29 -04:00
ChatLayout.qml refactor(ChatLayout): use StatusQ layout component to lay out view 2021-06-30 15:08:26 +02:00
CommunityColumn.qml refactor(Communities): replace `CreateCategoryPopup` with `StatusModal` 2021-07-13 18:11:55 -04:00
ContactsColumn.qml refactor(Chat, Communities): replace `TopBar` with `StatusChatToolBar` 2021-07-09 10:39:58 -04:00
qmldir feat(chat): implement mention auto complete 2020-07-17 12:31:20 -04:00