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

Commit 2d35ba4d authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

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

* commit 'd12f4eb8':
  [Navigation bar] Allow "right to left" gesture to launch search panel
parents dfd4f523 d12f4eb8
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);
    }