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

Commit 4f6ec7fd authored by Daniel Sandler's avatar Daniel Sandler
Browse files

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

Bug: 7297091
Change-Id: I77659b9c4677cd01eccb85aaeeb6d8bf5ec9c9d5
parent 369da18f
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) {