mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 07:32:08 +01:00
Fixed browsing messages
This commit is contained in:
@@ -94,7 +94,7 @@ public class ViewModelBrowse extends ViewModel {
|
||||
return;
|
||||
|
||||
DB db = DB.getInstance(state.context);
|
||||
final List<EntityFolder> folders = db.folder().getFolders(
|
||||
final List<EntityFolder> folders = db.folder().getBrowsableFolders(
|
||||
state.fid < 0 ? null : state.fid, state.search != null);
|
||||
Log.i("Search fid=" + (state.fid < 0 ? null : state.fid) + " search=" + (state.search == null) + " count=" + folders.size());
|
||||
if (folders.size() == 0)
|
||||
|
||||
Reference in New Issue
Block a user