mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
Refactoring
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user