Revert "Yield foreground service start"

This reverts commit 5fb34691ac.
This commit is contained in:
M66B
2023-09-08 21:31:13 +02:00
parent 9db9d1cd0b
commit 0059e7c641
3 changed files with 0 additions and 3 deletions

View File

@@ -3493,7 +3493,6 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
context.startService(intent);
else
ContextCompat.startForegroundService(context, intent);
Thread.sleep(Helper.FOREGROUND_SERVICE_YIELD);
} catch (Throwable ex) {
Log.e(ex);
}