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