1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-25 07:23:03 +00:00

Small improvement

This commit is contained in:
M66B 2020-02-26 14:30:59 +01:00
parent ecdb365055
commit 70dd0e216a

View file

@ -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);