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

Commit 6fdeeb34 authored by Dan Sandler's avatar Dan Sandler
Browse files

Use DecorToolbar.getViewGroup() to get the view properly.

Bug: 15320825
Change-Id: Ib7e162c816fadf2b5c83af1326e7158f6bd69c8e
parent 7ee26070
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -342,7 +342,7 @@ public class WindowDecorActionBar extends ActionBar implements
    @Override
    public void setCustomView(int resId) {
        setCustomView(LayoutInflater.from(getThemedContext()).inflate(resId,
                (ViewGroup) mDecorToolbar, false));
                mDecorToolbar.getViewGroup(), false));
    }

    @Override