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

Commit d82bcca3 authored by Daniel Sandler's avatar Daniel Sandler Committed by The Android Automerger
Browse files

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

Bug: 5328284
Change-Id: Ib49af35a7919dbf1cdb99f357798101d2534e853
parent c34692d5
Loading
Loading
Loading
Loading
+0 −9
Original line number Original line Diff line number Diff line
@@ -253,15 +253,6 @@ public class NavigationBarView extends LinearLayout {
        mCurrentView = mRotatedViews[Surface.ROTATION_0];
        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() {
    public void reorient() {
        final int rot = mDisplay.getRotation();
        final int rot = mDisplay.getRotation();
        for (int i=0; i<4; i++) {
        for (int i=0; i<4; i++) {