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

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

am bffb0a25: Merge "Fix bug 3237638 - make it easy to change a "refresh" AB...

am bffb0a25: Merge "Fix bug 3237638 - make it easy to change a "refresh" AB button/icon into the indeterminate progress icon" into honeycomb

* commit 'bffb0a25':
  Fix bug 3237638 - make it easy to change a "refresh" AB button/icon into the indeterminate progress icon
parents 54bce526 bffb0a25
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -690,6 +690,7 @@ public final class MenuItemImpl implements MenuItem {

    public MenuItem setActionView(View view) {
        mActionView = view;
        mMenu.onItemActionRequestChanged(this);
        return this;
    }