Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c51d96a9 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

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

parents ccb9f5b6 4f6ec7fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {