status-desktop/ui/app
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
..
AppLayouts fix(@desktop/chat): app crash when you leave a chat 2021-07-14 16:15:40 -04:00
img Fixed #2151 - updated status icons. 2021-07-06 12:48:38 -04:00
AppMain.qml refactor(ContactsColumn): replace `ChannelList` with `StatusChatList` 2021-07-09 10:39:58 -04:00
qmldir feat: Onboarding carousel 2020-05-12 18:52:51 -04:00