mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Name threads
This commit is contained in:
@@ -247,7 +247,7 @@ public class ServiceSend extends LifecycleService {
|
||||
wl.release();
|
||||
}
|
||||
}
|
||||
});
|
||||
}, "send:connectivity");
|
||||
thread.setPriority(THREAD_PRIORITY_BACKGROUND);
|
||||
thread.start();
|
||||
}
|
||||
@@ -450,7 +450,7 @@ public class ServiceSend extends LifecycleService {
|
||||
Log.e(ex);
|
||||
}
|
||||
}
|
||||
});
|
||||
}, "send:boot");
|
||||
thread.setPriority(THREAD_PRIORITY_BACKGROUND);
|
||||
thread.start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user