Merge "Stop redrawing the nav bar any time you touch the screen."
This commit is contained in:
committed by
Android (Google) Code Review
commit
c51d96a95b
@ -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) {
|
||||
|
Reference in New Issue
Block a user