Small improvement

This commit is contained in:
M66B 2022-02-26 10:24:08 +01:00
parent 8f1f1c7180
commit d8e88e8b7a
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ public class FragmentCompose extends FragmentBase {
private static final int REQUEST_SEND = 14;
private static final int REQUEST_PERMISSION = 15;
private static ExecutorService executor = Helper.getBackgroundExecutor(1, "encrypt");
private static ExecutorService executor = Helper.getBackgroundExecutor(1, "compose");
@Override
public void onCreate(Bundle savedInstanceState) {