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

Commit da1b8195 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Stop clobbering the systemUiVisibility on navbar touch.

Bug: 5328284
Change-Id: Ib49af35a7919dbf1cdb99f357798101d2534e853
parent 4f92c9bb
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++) {