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

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

Merge "Fix bug 5121406 - ActionBar.setLogo"

parents b2346361 29764eab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -583,7 +583,7 @@ public class ActionBarView extends AbsActionBarView {
    }

    public void setLogo(int resId) {
        mContext.getResources().getDrawable(resId);
        setLogo(mContext.getResources().getDrawable(resId));
    }

    /**