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
Terminate backoff on stop
main
M66B
6 years ago
parent
cb068873f0
commit
c7e290661c
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/ServiceSynchronize.java
+ 1
- 0
app/src/main/java/eu/faircode/email/ServiceSynchronize.java
View File
@ -1470,6 +1470,7 @@ public class ServiceSynchronize extends LifecycleService {
}
try
{
main
.
interrupt
(
)
;
/
/
backoff
Log
.
i
(
Helper
.
TAG
,
"Joining "
+
main
.
getName
(
)
)
;
main
.
join
(
)
;
Log
.
i
(
Helper
.
TAG
,
"Joined "
+
main
.
getName
(
)
)
;
Write
Preview
Loading…
Cancel
Save