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

@@ -1001,7 +1001,6 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
static void start(Context context) {
try {
ContextCompat.startForegroundService(context, new Intent(context, ServiceSend.class));
Thread.sleep(Helper.FOREGROUND_SERVICE_YIELD);
} catch (Throwable ex) {
Log.e(ex);
}