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

Commit 759490be authored by Vinit Nayak's avatar Vinit Nayak Committed by Android (Google) Code Review
Browse files

Merge "Check for taskbar 3 button flag when initializing RotationContextualButton" into sc-v2-dev

parents 5980354d 51ca6090
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ public class TaskbarIconController {
        mTaskbarView.getLayoutParams().height = mActivity.getDeviceProfile().taskbarSize;

        mDragLayer.init(new TaskbarDragLayerCallbacks(), mTaskbarView);
        if (navMode == SysUINavigationMode.Mode.THREE_BUTTONS) {
        if (mActivity.canShowNavButtons()) {
            mRotationButtonController.setRotationButton(mTaskbarView.getContextualRotationButton());
        }
    }