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

Commit 29764eab authored by Adam Powell's avatar Adam Powell
Browse files

Fix bug 5121406 - ActionBar.setLogo

Make the resource ID version of setLogo work.

Change-Id: I0a710b714c9fd10bc3063a8ec95e59391ba4d4e0
parent cf27a3ec
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));
    }

    /**