mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Small improvements
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user