Refactoring

This commit is contained in:
M66B
2019-02-27 19:04:26 +00:00
parent fdd304add1
commit e970e54b6a
4 changed files with 13 additions and 7 deletions

View File

@@ -127,7 +127,7 @@ public class ServiceSynchronize extends LifecycleService {
db.message().liveUnseenNotify().observe(this, new Observer<List<TupleMessageEx>>() {
@Override
public void onChanged(List<TupleMessageEx> messages) {
Core.notify(ServiceSynchronize.this, messages);
Core.notifyMessages(ServiceSynchronize.this, messages);
}
});
}