Code style
This commit is contained in:
parent
bbfdfae430
commit
032ea8f1b3
1 changed files with 1 additions and 2 deletions
|
|
@ -139,8 +139,7 @@ public class MediaButtonIntentReceiver extends BroadcastReceiver {
|
||||||
}
|
}
|
||||||
|
|
||||||
mClickCounter++;
|
mClickCounter++;
|
||||||
if (DEBUG)
|
if (DEBUG) Log.v(TAG, "Got headset click, count = " + mClickCounter);
|
||||||
Log.v(TAG, "Got headset click, count = " + mClickCounter);
|
|
||||||
mHandler.removeMessages(MSG_HEADSET_DOUBLE_CLICK_TIMEOUT);
|
mHandler.removeMessages(MSG_HEADSET_DOUBLE_CLICK_TIMEOUT);
|
||||||
|
|
||||||
Message msg = mHandler.obtainMessage(
|
Message msg = mHandler.obtainMessage(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue