mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-06 12:54:11 +01:00
Small improvement
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user