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

Commit bffb0a25 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix bug 3237638 - make it easy to change a "refresh" AB button/icon...

Merge "Fix bug 3237638 - make it easy to change a "refresh" AB button/icon into the indeterminate progress icon" into honeycomb
parents bc5172fe abbcc241
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;
    }