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

Commit 3144a6ca authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Stop clobbering the systemUiVisibility on navbar touch. (DO NOT MERGE)

Bug: 5328284
Change-Id: Ib49af35a7919dbf1cdb99f357798101d2534e853
parent 4cea3b4b
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -244,15 +244,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++) {