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

Commit dbe6875e authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am cd862c44: Merge "Fix bug 3360851 - actionbar overflow menu button doesn\'t...

am cd862c44: Merge "Fix bug 3360851 - actionbar overflow menu button doesn\'t trigger "audible selection"" into honeycomb

* commit 'cd862c44':
  Fix bug 3360851 - actionbar overflow menu button doesn't trigger "audible selection"
parents 65eea842 cd862c44
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ import android.content.res.TypedArray;
import android.graphics.drawable.Drawable;
import android.util.AttributeSet;
import android.view.Gravity;
import android.view.SoundEffectConstants;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewParent;
@@ -328,6 +329,7 @@ public class ActionMenuView extends LinearLayout implements MenuBuilder.ItemInvo
                return true;
            }

            playSoundEffect(SoundEffectConstants.CLICK);
            showOverflowMenu();
            return true;
        }