mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Small improvements
This commit is contained in:
@@ -338,7 +338,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
private static final int REQUEST_SEND = 14;
|
||||
private static final int REQUEST_REMOVE_ATTACHMENTS = 15;
|
||||
|
||||
private static ExecutorService executor = Helper.getBackgroundExecutor(1, "compose");
|
||||
private static final ExecutorService executor = Helper.getBackgroundExecutor(1, "compose");
|
||||
|
||||
@Override
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
|
||||
Reference in New Issue
Block a user