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

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

Merge "Stop clobbering the systemUiVisibility on navbar touch."

parents 3617cb65 da1b8195
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -253,15 +253,6 @@ public class NavigationBarView extends LinearLayout {
        mCurrentView = mRotatedViews[Surface.ROTATION_0];
    }

    @Override
    public boolean onTouchEvent(MotionEvent ev) {
        try {
            mBarService.setSystemUiVisibility(0);
        } catch (android.os.RemoteException ex) {
        }
        return false; // pass it on
    }

    public void reorient() {
        final int rot = mDisplay.getRotation();
        for (int i=0; i<4; i++) {