Fixed forward raw count

pull/194/merge
M66B 3 years ago
parent 3f3f2da401
commit f4f46dfed1

@ -295,7 +295,7 @@ public interface DaoMessage {
@Query("SELECT COUNT(*) FROM message" +
" WHERE id IN (:ids)" +
" AND raw IS NULL or NOT raw")
" AND (raw IS NULL OR NOT raw)")
LiveData<Integer> liveRaw(long[] ids);
@Query("SELECT *" +

Loading…
Cancel
Save