Refactoring

pull/178/head
M66B 5 years ago
parent f08fa741d1
commit bfea17cc4a

@ -163,6 +163,8 @@ public class Helper {
")+" ")+"
); );
private static final ExecutorService executor = getBackgroundExecutor(1, "helper");
static ExecutorService getBackgroundExecutor(int threads, final String name) { static ExecutorService getBackgroundExecutor(int threads, final String name) {
ThreadFactory factory = new ThreadFactory() { ThreadFactory factory = new ThreadFactory() {
private final AtomicInteger threadId = new AtomicInteger(); private final AtomicInteger threadId = new AtomicInteger();
@ -327,8 +329,6 @@ public class Helper {
} }
} }
private static final ExecutorService executor = getBackgroundExecutor(1, "helper");
// Features // Features
static boolean hasPermission(Context context, String name) { static boolean hasPermission(Context context, String name) {

Loading…
Cancel
Save