mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-07 23:16:37 +00:00
Small improvement
This commit is contained in:
parent
8e3b64450e
commit
4fcea7af71
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue