mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Fixed forward raw count
This commit is contained in:
@@ -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 *" +
|
||||
|
||||
Reference in New Issue
Block a user