Small improvement

pull/175/head
M66B 5 years ago
parent ecdb365055
commit 70dd0e216a

@ -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…
Cancel
Save