status-desktop/ui
Sale Djenic 102a385943 fix(@desktop/chat): app crash when you accept contact request
This issue is being happened randomly, no general rule, in my case it happens often when you accept
first contact from the list immediately after the app start, but the ticket says that it happens
when you click accept while context menu is opened.

Two places were threat for this crash and both are fixed here:
- getChannel proc, direct access by index to Chat element of the chats sequence,
- setChatItem proc, where we actually were setting chatItem and accessing its property without
  checking if it is an empty object.

Fixes: #2837
2021-07-13 16:33:08 -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 accept contact request 2021-07-13 16:33:08 -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(wallet): make it possible to send a 0 tx with a warning 2021-07-12 17:11:41 -04:00
onboarding fix(onboarding): fix black screen when closing re-encrypt modal 2021-07-12 17:11:28 -04:00
shared [#1608] convert text to emoji automatically 2021-07-13 11:42:46 -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