am c51d96a9: Merge "Stop redrawing the nav bar any time you touch the screen."

* commit 'c51d96a95b3d1454a9fdc831ff3deb02c5150f0d':
  Stop redrawing the nav bar any time you touch the screen.
This commit is contained in:
Daniel Sandler
2013-01-17 13:41:10 -08:00
committed by Android Git Automerger

View File

@ -135,7 +135,7 @@ public class DeadZone extends View {
mLastPokeTime = event.getEventTime();
if (DEBUG)
Slog.v(TAG, "poked! size=" + getSize(mLastPokeTime));
postInvalidate();
if (mShouldFlash) postInvalidate();
}
public void setFlash(float f) {