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

Commit 663bb990 authored by Tony Wickham's avatar Tony Wickham Committed by Android (Google) Code Review
Browse files

Merge "Disable haptic feedback on items in Folders." into ub-launcher3-dorval-polish

parents bd80c1e0 234ca84a
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -247,6 +247,7 @@ public class FolderPagedView extends PagedView {
        final BubbleTextView textView = (BubbleTextView) mInflater.inflate(
        final BubbleTextView textView = (BubbleTextView) mInflater.inflate(
                R.layout.folder_application, null, false);
                R.layout.folder_application, null, false);
        textView.applyFromShortcutInfo(item);
        textView.applyFromShortcutInfo(item);
        textView.setHapticFeedbackEnabled(false);
        textView.setOnClickListener(mFolder);
        textView.setOnClickListener(mFolder);
        textView.setOnLongClickListener(mFolder);
        textView.setOnLongClickListener(mFolder);
        textView.setOnFocusChangeListener(mFocusIndicatorHelper);
        textView.setOnFocusChangeListener(mFocusIndicatorHelper);