mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Small improvements
This commit is contained in:
@@ -141,7 +141,8 @@ public class Helper {
|
||||
}
|
||||
};
|
||||
|
||||
private final static ExecutorService executor = Executors.newSingleThreadExecutor();
|
||||
private static final ExecutorService executor =
|
||||
Executors.newSingleThreadExecutor(backgroundThreadFactory);
|
||||
|
||||
// Features
|
||||
|
||||
|
||||
Reference in New Issue
Block a user