Code style

This commit is contained in:
Karim Abou Zeid 2017-12-24 01:12:15 +01:00 committed by GitHub
commit 032ea8f1b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,8 +139,7 @@ public class MediaButtonIntentReceiver extends BroadcastReceiver {
}
mClickCounter++;
if (DEBUG)
Log.v(TAG, "Got headset click, count = " + mClickCounter);
if (DEBUG) Log.v(TAG, "Got headset click, count = " + mClickCounter);
mHandler.removeMessages(MSG_HEADSET_DOUBLE_CLICK_TIMEOUT);
Message msg = mHandler.obtainMessage(