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:
Alastor Wu 2016-06-02 16:16:33 +08:00
Родитель 52103bf61a
Коммит 7d15003c23
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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;
}