mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Fixed warnings
This commit is contained in:
@@ -127,7 +127,7 @@ public interface DaoFolder {
|
||||
", hide = :hide" +
|
||||
", synchronize = :synchronize" +
|
||||
", unified = :unified" +
|
||||
", after = :after" +
|
||||
", `after` = :after" +
|
||||
" WHERE id = :id")
|
||||
int setFolderProperties(long id, String name, String display, boolean hide, boolean synchronize, boolean unified, int after);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user