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

Commit 7276265f authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am 9965e970: am 3b2dfa7a: Merge "Treat empty string as title-set in...

am 9965e970: am 3b2dfa7a: Merge "Treat empty string as title-set in ToolbarWidgetWrapper" into lmp-dev

* commit '9965e9708b5dc64bc9e591f72ff6eaf6c3968d0f':
  Treat empty string as title-set in ToolbarWidgetWrapper
parents 9a51c4b1 ab71fea9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ public class ToolbarWidgetWrapper implements DecorToolbar {

        mTitle = toolbar.getTitle();
        mSubtitle = toolbar.getSubtitle();
        mTitleSet = !TextUtils.isEmpty(mTitle);
        mTitleSet = mTitle != null;

        if (style) {
            final TypedArray a = toolbar.getContext().obtainStyledAttributes(null,