mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 11:28:41 +01:00
Small improvement
This commit is contained in:
@@ -72,6 +72,7 @@ public interface DaoOperation {
|
||||
@Query(GET_OPS_FOLDER)
|
||||
List<TupleOperationEx> getOperations(Long folder);
|
||||
|
||||
@Transaction
|
||||
@Query(GET_OPS_FOLDER)
|
||||
LiveData<List<TupleOperationEx>> liveOperations(Long folder);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user