Refactoring

This commit is contained in:
M66B
2019-02-28 08:11:53 +00:00
parent f52fc17136
commit 61240a541f
3 changed files with 5 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ public class ServiceSend extends LifecycleService {
DB db = DB.getInstance(this);
db.account().liveUnsent().observe(this, new Observer<Integer>() {
db.operation().liveUnsent().observe(this, new Observer<Integer>() {
@Override
public void onChanged(Integer unsent) {
NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);