mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 11:28:41 +01:00
Prevent folder invalidation
This commit is contained in:
@@ -146,6 +146,9 @@ public interface DaoFolder {
|
||||
" GROUP BY folder.id")
|
||||
LiveData<TupleFolderEx> liveFolderEx(long id);
|
||||
|
||||
@Query(TupleFolderView.query)
|
||||
LiveData<List<TupleFolderView>> liveFolderView();
|
||||
|
||||
@Query("SELECT * FROM folder ORDER BY account, name COLLATE NOCASE")
|
||||
List<EntityFolder> getFolders();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user