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):
|
if(self.activeChannel.id == chat.id):
|
||||||
self.activeChannel.setChatItem(chat)
|
self.activeChannel.setChatItem(chat)
|
||||||
self.currentSuggestions.setNewData(self.status.contacts.getContacts())
|
self.currentSuggestions.setNewData(self.status.contacts.getContacts())
|
||||||
if triggerChange:
|
|
||||||
self.activeChannelChanged()
|
|
||||||
self.calculateUnreadMessages()
|
self.calculateUnreadMessages()
|
||||||
|
|
||||||
proc renameGroup*(self: ChatsView, newName: string) {.slot.} =
|
proc renameGroup*(self: ChatsView, newName: string) {.slot.} =
|
||||||
|
|
Loading…
Reference in New Issue