mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Revert "Reduce number of invalidations"
This reverts commit 845eff88b4.
This commit is contained in:
@@ -37,7 +37,7 @@ public interface DaoContact {
|
||||
|
||||
@Query("SELECT contact.*, account.name AS accountName" +
|
||||
" FROM contact" +
|
||||
" JOIN accountprop AS account ON account.id = contact.account" +
|
||||
" JOIN account ON account.id = contact.account" +
|
||||
" ORDER BY times_contacted DESC, last_contacted DESC")
|
||||
LiveData<List<TupleContactEx>> liveContacts();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user