1
0
Fork 0
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:
M66B 2020-05-15 17:01:25 +02:00
parent 76252855e4
commit 632ffef6f6

View file

@ -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" +