diff --git a/widgets/msglist.go b/widgets/msglist.go index 22695ec..e004e0e 100644 --- a/widgets/msglist.go +++ b/widgets/msglist.go @@ -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()