status-desktop/ui/app/AppLayouts
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
..
Browser Fixed issues #2560, #2795, #2796. 2021-07-02 08:51:14 -04:00
Chat fix(@desktop/chat): app crash when you leave a chat 2021-07-14 16:15:40 -04:00
Node feat: add dark theme colors and new properties for it 2020-07-14 12:37:17 -04:00
Profile fix(@desktop/profile): Unmuted chat from profile -> notification 2021-07-13 17:20:13 -04:00
Timeline fix(@desktop/timeline): timeline and images area bugfixes 2021-07-13 17:05:58 -04:00
UIComponents fix: using loaders for status button animations 2020-09-07 10:21:41 -04:00
Wallet fix: code review 2021-07-06 11:58:47 -04:00
qmldir feat: reintroduce the dapp browser 2020-10-20 14:42:36 -04:00