Explicitly found

This commit is contained in:
M66B
2018-11-22 19:44:42 +01:00
parent abfefdcb5f
commit 4d103816b9
5 changed files with 22 additions and 17 deletions

View File

@@ -88,7 +88,7 @@ public class ViewModelBrowse extends ViewModel {
db.beginTransaction();
if (state.messages == null)
state.messages = db.message().getMessageByFolder(state.fid);
state.messages = db.message().getMessageByFolder(state.fid, false);
int matched = 0;
for (int i = state.local; i < state.messages.size() && matched < state.pageSize; i++) {