mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
Only use account color for unified widget
This commit is contained in:
parent
76252855e4
commit
632ffef6f6
1 changed files with 1 additions and 2 deletions
|
@ -459,8 +459,7 @@ public interface DaoMessage {
|
|||
LiveData<List<TupleMessageWidgetCount>> liveWidgetUnified();
|
||||
|
||||
@Query("SELECT message.*" +
|
||||
", account.name AS accountName" +
|
||||
", COALESCE(identity.color, folder.color, account.color) AS accountColor" +
|
||||
", account.name AS accountName, account.color AS accountColor" +
|
||||
", SUM(1 - message.ui_seen) AS unseen" +
|
||||
", COUNT(message.id) - SUM(message.ui_flagged) AS unflagged" +
|
||||
", MAX(message.received) AS dummy" +
|
||||
|
|
Loading…
Reference in a new issue