mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Added setting to search local
This commit is contained in:
@@ -97,7 +97,7 @@ public class ViewModelBrowse extends ViewModel {
|
||||
|
||||
if (state.messages == null) {
|
||||
state.messages = db.message().getMessageIdsByFolder(state.fid);
|
||||
Log.i("Messages=" + state.messages.size());
|
||||
Log.i("Boundary search folder=" + state.fid + " messages=" + state.messages.size());
|
||||
}
|
||||
|
||||
for (int i = state.local; i < state.messages.size() && local < state.pageSize; i++) {
|
||||
|
||||
Reference in New Issue
Block a user