Added identity last connected

This commit is contained in:
M66B
2019-01-25 18:13:00 +00:00
parent 0678a8ae0c
commit e8e4e13878
7 changed files with 1482 additions and 5 deletions

View File

@@ -1937,6 +1937,7 @@ public class ServiceSynchronize extends LifecycleService {
EntityOperation.queue(this, db, replied, EntityOperation.ANSWERED, true);
}
db.identity().setIdentityConnected(ident.id, new Date().getTime());
db.identity().setIdentityError(ident.id, null);
NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);