Invalidate when UIDs finish downloading
This commit is contained in:
parent
4ec7f5dea5
commit
4c8feb9aa5
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue