Small improvement

This commit is contained in:
M66B 2019-02-01 10:48:42 +00:00
parent 8e3b64450e
commit 4fcea7af71
1 changed files with 1 additions and 1 deletions

View File

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