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

Commit d12f4eb8 authored by John Spurlock's avatar John Spurlock Committed by Gerrit Code Review
Browse files

Merge "[Navigation bar] Allow "right to left" gesture to launch search panel"

parents d228a038 10e71e01
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -521,6 +521,11 @@ public class NavigationBarView extends LinearLayout {
            Log.d(TAG, "reorient(): rot=" + mDisplay.getRotation());
        }

        // swap to x coordinate if orientation is not in vertical
        if (mDelegateHelper != null) {
            mDelegateHelper.setSwapXY(!mVertical);
        }

        setNavigationIconHints(mNavigationIconHints, true);
    }