summary refs log tree commit diff stats
path: root/widgets/msglist.go
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/msglist.go')
-rw-r--r--widgets/msglist.go4
1 files changed, 0 insertions, 4 deletions
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()
13ba53c ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34