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

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

Update bg drawable properly on ActionBars based on earlier changes

Change-Id: I5e24ffb030d2c29620948114b9015c0c028a133e
parent 45f1e08c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -326,7 +326,7 @@ public class ActionBarImpl extends ActionBar {
    }

    public void setBackgroundDrawable(Drawable d) {
        mActionView.setBackgroundDrawable(d);
        mContainerView.setBackgroundDrawable(d);
    }

    public View getCustomNavigationView() {