Resolve issue #153

This commit is contained in:
djmaze 2021-10-27 08:47:02 +02:00
parent a13c6980a3
commit d952ec5930

View file

@ -263,7 +263,7 @@ export class MailMessageList extends AbstractViewRight {
}
reloadCommand() {
if (!MessageUserStore.listLoadingAnimation() && this.allowReload) {
if (!MessageUserStore.listLoadingAnimation()) {
rl.app.reloadMessageList(false, true);
}
}