mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 09:46:38 +00:00
fix: fix chat list scrolling down when user was looking up the chats
This commit is contained in:
parent
cc735aec6b
commit
c73da6accf
@ -295,8 +295,6 @@ QtObject:
|
||||
if(self.activeChannel.id == chat.id):
|
||||
self.activeChannel.setChatItem(chat)
|
||||
self.currentSuggestions.setNewData(self.status.contacts.getContacts())
|
||||
if triggerChange:
|
||||
self.activeChannelChanged()
|
||||
self.calculateUnreadMessages()
|
||||
|
||||
proc renameGroup*(self: ChatsView, newName: string) {.slot.} =
|
||||
|
Loading…
x
Reference in New Issue
Block a user