mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-18 21:18:12 +02:00
Ask to resize images for screen display
This commit is contained in:
@@ -66,7 +66,7 @@ public interface DaoAttachment {
|
||||
@Query("UPDATE attachment" +
|
||||
" SET size = :size, progress = NULL, available = 1" +
|
||||
" WHERE id = :id")
|
||||
void setDownloaded(long id, Integer size);
|
||||
void setDownloaded(long id, Long size);
|
||||
|
||||
@Query("UPDATE attachment" +
|
||||
" SET cid = :cid" +
|
||||
|
||||
Reference in New Issue
Block a user