load groups faster

This commit is contained in:
erinn 2019-02-02 20:52:29 -08:00
parent ba9d712f54
commit 7421197b8f
1 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,10 @@ func (this *GrandCentralDispatcher) sendMessage(message string, mID uint) {
}
func (this *GrandCentralDispatcher) loadMessagesPane(handle string) {
go this.loadMessagesPaneHelper(handle)
}
func (this *GrandCentralDispatcher) loadMessagesPaneHelper(handle string) {
this.ClearMessages()
this.SetCurrentOpenConversation(handle)
c := this.UIState.GetContact(handle)