mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 15:32:52 +00:00
Small improvement
This commit is contained in:
parent
ecdb365055
commit
70dd0e216a
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue