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

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

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

* commit '3b2dfa7a301d8e45b3e6f3c99f95b7ba27bb3bf2':
  Treat empty string as title-set in ToolbarWidgetWrapper
parents cfba03b2 afd3a3a0
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,