mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Notify new message in message view
This commit is contained in:
@@ -126,7 +126,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
|
||||
db.message().liveUnseenNotify().observe(this, new Observer<List<TupleMessageEx>>() {
|
||||
@Override
|
||||
public void onChanged(final List<TupleMessageEx> messages) {
|
||||
public void onChanged(List<TupleMessageEx> messages) {
|
||||
Core.notify(ServiceSynchronize.this, messages);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user