зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1277373 - remove the errors in lint and checktests. r=Margaret
MozReview-Commit-ID: JmlgpSzE1HV --HG-- extra : rebase_source : 601b264a25ffd943b2ba4e10d73129e54e34776c
This commit is contained in:
Родитель
52103bf61a
Коммит
7d15003c23
|
@ -20,7 +20,6 @@ import android.os.Build;
|
|||
import android.os.Bundle;
|
||||
import android.os.IBinder;
|
||||
import android.util.Log;
|
||||
import android.R;
|
||||
|
||||
public class MediaControlService extends Service {
|
||||
private static final String LOGTAG = "MediaControlService";
|
||||
|
@ -84,7 +83,7 @@ public class MediaControlService extends Service {
|
|||
}
|
||||
|
||||
private void handleIntent(Intent intent) {
|
||||
if(intent == null || intent.getAction() == null ||
|
||||
if (intent == null || intent.getAction() == null ||
|
||||
!mIsInitMediaSession) {
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче