mirror of
https://git.sr.ht/~sircmpwn/aerc
synced 2024-11-23 08:32:12 +01:00
status: invalidate when needed
In order for the message to actually show up we need to invalidate after setting the status stack.
This commit is contained in:
parent
fc2c6fff0d
commit
6abe1c708f
@ -81,6 +81,7 @@ func (status *StatusLine) Push(text string, expiry time.Duration) *StatusMessage
|
||||
}
|
||||
status.Invalidate()
|
||||
})()
|
||||
status.Invalidate()
|
||||
return msg
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user