1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-07 23:16:37 +00:00

Small improvement

This commit is contained in:
M66B 2019-02-01 10:48:42 +00:00
parent 8e3b64450e
commit 4fcea7af71

View file

@ -3221,7 +3221,7 @@ public class ServiceSynchronize extends LifecycleService {
yield();
}
void yield() {
private void yield() {
try {
// Give interrupted thread some time to acquire wake lock
Thread.sleep(YIELD_DURATION);