mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-21 13:47:04 +00:00
Updated widgets after sync
This commit is contained in:
parent
1d77fe950a
commit
4fb0451d88
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ public class ServiceSynchronize extends ServiceBase {
|
|||
}
|
||||
});
|
||||
|
||||
db.message().liveWidgetUnified().observe(this, new Observer<List<TupleMessageWidgetCount>>() {
|
||||
db.message().liveWidgetUnified().observe(cowner, new Observer<List<TupleMessageWidgetCount>>() {
|
||||
private List<TupleMessageWidgetCount> last = null;
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue