Small improvements

This commit is contained in:
M66B
2022-10-20 15:46:05 +02:00
parent fa95c4fcde
commit 91641e7d94
7 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ public class MediaPlayerHelper {
static final int DEFAULT_SOUND_DURATION = 30; // seconds
static final int DEFAULT_ALARM_DURATION = 30; // seconds
private static ExecutorService executor = Helper.getBackgroundExecutor(1, "media");
private static final ExecutorService executor = Helper.getBackgroundExecutor(1, "media");
static void queue(Context context, String uri) {
try {