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

Commit 938c00bf authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

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

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

* commit '55c08aa6db4cf73b2bdeef59d008cc026a737a16':
  Treat empty string as title-set in ToolbarWidgetWrapper
parents d39e9cfe 7276265f
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,