Invalidate when UIDs finish downloading

This commit is contained in:
Drew DeVault 2019-03-14 23:31:56 -04:00
parent 4ec7f5dea5
commit 4c8feb9aa5
1 changed files with 0 additions and 4 deletions

View File

@ -172,10 +172,6 @@ func (ml *MessageList) Draw(ctx *ui.Context) {
}
func (ml *MessageList) SetStore(store *MessageStore) {
if ml.store == store {
return
}
ml.store = store
if store != nil {
ml.spinner.Stop()