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

Commit bc657f64 authored by Jagrut Desai's avatar Jagrut Desai Committed by Android (Google) Code Review
Browse files

Merge "Remove Taskbar Pinning menu when in three button navigation mode" into main

parents 112691f2 c6f09490
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -270,7 +270,7 @@ public class TaskbarView extends FrameLayout implements FolderIcon.FolderIconPar
            mAllAppsButton.setHapticFeedbackEnabled(
                    mControllerCallbacks.isAllAppsButtonHapticFeedbackEnabled());
        }
        if (mTaskbarDivider != null) {
        if (mTaskbarDivider != null && !mActivityContext.isThreeButtonNav()) {
            mTaskbarDivider.setOnLongClickListener(
                    mControllerCallbacks.getTaskbarDividerLongClickListener());
            mTaskbarDivider.setOnTouchListener(