This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
simple-email
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Log daily cleanup
main
M66B
6 years ago
parent
c0d4b7001a
commit
403fce8b52
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/src/main/java/eu/faircode/email/JobDaily.java
+ 1
- 0
app/src/main/java/eu/faircode/email/JobDaily.java
View File
@ -53,6 +53,7 @@ public class JobDaily extends JobService {
@Override
public
boolean
onStartJob
(
JobParameters
args
)
{
Log
.
i
(
Helper
.
TAG
,
"Starting daily job"
)
;
EntityLog
.
log
(
this
,
"Daily cleanup"
)
;
final
DB
db
=
DB
.
getInstance
(
this
)
;
Write
Preview
Loading…
Cancel
Save