mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Cleanup
This commit is contained in:
@@ -212,13 +212,6 @@ public class Helper {
|
||||
protected void beforeExecute(Thread t, Runnable r) {
|
||||
Log.d("Executing " + t.getName());
|
||||
}
|
||||
|
||||
@Override
|
||||
public void shutdown() {
|
||||
Log.i("Shutdown " + name);
|
||||
super.getQueue().clear();
|
||||
super.shutdown();
|
||||
}
|
||||
}
|
||||
|
||||
private static class PriorityFuture<T> implements RunnableFuture<T> {
|
||||
|
||||
Reference in New Issue
Block a user