status-desktop/ui
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
..
StatusQ@7136968b3a refactor(ContactsColumn): replace `ChannelList` with `StatusChatList` 2021-07-09 10:39:58 -04:00
app fix(@desktop/chat): app crash when you leave a chat 2021-07-14 16:15:40 -04:00
fonts fix: use normal Inter for normal text and StatusInter for addresses 2020-07-02 10:51:57 -04:00
i18n update translation keys 2021-03-16 12:43:57 -04:00
imports fix(@desktop/timeline): timeline and images area bugfixes 2021-07-13 17:05:58 -04:00
onboarding fix(onboarding): fix black screen when closing re-encrypt modal 2021-07-12 17:11:28 -04:00
shared fix(@desktop/chat): Hide add contact button on private chat 2021-07-13 17:20:23 -04:00
sounds feat: allow users to turn of notification sounds 2020-10-20 13:50:49 -04:00
generate-rcc.sh chore: add StatusQ as dependency 2021-05-04 14:42:28 -04:00
main.qml fix(onboarding): fix black screen when closing re-encrypt modal 2021-07-12 17:11:28 -04:00
nim-status-client.pro feat: add group requests to the activity center 2021-07-06 12:51:43 -04:00