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

Commit 1811efdc authored by Dan Sandler's avatar Dan Sandler Committed by Android Git Automerger
Browse files

am afad5df6: Merge "Use DecorToolbar.getViewGroup() to get the view properly." into lmp-preview-dev

* commit 'afad5df6425c2e6682b203e3e075e70ef56df9d0':
  Use DecorToolbar.getViewGroup() to get the view properly.
parents f100bc4e 5ec96a20
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