mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Small improvement
This commit is contained in:
@@ -162,9 +162,9 @@ public class MediaPlayerHelper {
|
||||
}
|
||||
|
||||
static void startMusic(Context context, Uri uri, Runnable onCompleted) throws IOException {
|
||||
stopMusic(context);
|
||||
|
||||
synchronized (lock) {
|
||||
stopMusic(context);
|
||||
|
||||
MediaPlayerHelper.uri = uri;
|
||||
MediaPlayerHelper.onCompleted = onCompleted;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user