mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Added unified inbox widget configuration to show unseen/flagged messages only
This commit is contained in:
@@ -184,7 +184,7 @@ public class ServiceSynchronize extends ServiceBase {
|
||||
}
|
||||
});
|
||||
|
||||
db.message().liveWidgetUnified().observe(cowner, new Observer<List<TupleMessageWidget>>() {
|
||||
db.message().liveWidgetUnified(false, false).observe(cowner, new Observer<List<TupleMessageWidget>>() {
|
||||
private List<TupleMessageWidget> last = null;
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user