am 2d9e0c32: Cleanup logspam.
* commit '2d9e0c32a812d1213d79919f9ee1df6abc2eb675': Cleanup logspam.
This commit is contained in:
@@ -356,7 +356,7 @@ public class ZenModeView extends RelativeLayout {
|
||||
|
||||
@Override
|
||||
public boolean onTouchEvent(MotionEvent event) {
|
||||
log("onTouchEvent " + MotionEvent.actionToString(event.getAction()));
|
||||
if (DEBUG) log("onTouchEvent " + MotionEvent.actionToString(event.getAction()));
|
||||
if (event.getAction() == MotionEvent.ACTION_DOWN) {
|
||||
mDownX = event.getX();
|
||||
} else if (event.getAction() == MotionEvent.ACTION_MOVE) {
|
||||
|
||||
Reference in New Issue
Block a user