mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-04 10:39:25 +00:00
Reset folder error on browse
This commit is contained in:
parent
cc8f00b846
commit
b06477beaa
1 changed files with 2 additions and 0 deletions
|
@ -336,6 +336,8 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
|||
db.folder().setFolderReadOnly(browsable.id, true);
|
||||
}
|
||||
|
||||
db.folder().setFolderError(browsable.id, null);
|
||||
|
||||
int count = state.ifolder.getMessageCount();
|
||||
db.folder().setFolderTotal(browsable.id, count < 0 ? null : count);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue