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

Commit f821819a authored by Adam Powell's avatar Adam Powell
Browse files

Fix bug 5971117 - Action bar does not update icon used for collapsible

action views

Change-Id: Ib25cd40b046ab4b7dc382476345f95727fde3955
parent 7852022b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -606,6 +606,9 @@ public class ActionBarView extends AbsActionBarView {
                ((mDisplayOptions & ActionBar.DISPLAY_USE_LOGO) == 0 || mLogo == null)) {
            mHomeLayout.setIcon(icon);
        }
        if (mExpandedActionView != null) {
            mExpandedHomeLayout.setIcon(mIcon.getConstantState().newDrawable(getResources()));
        }
    }

    public void setIcon(int resId) {