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

Commit dd7d8ec1 authored by Casey Burkhardt's avatar Casey Burkhardt Committed by Android Git Automerger
Browse files

am 203aa72e: Merge "Rebuilds ActionBar accessibility description as needed" into jb-mr2-dev

* commit '203aa72e':
  Rebuilds ActionBar accessibility description as needed
parents a111ceab 203aa72e
Loading
Loading
Loading
Loading
+16 −14
Original line number Diff line number Diff line
@@ -553,6 +553,7 @@ public class ActionBarView extends AbsActionBarView {
        if (mLogoNavItem != null) {
            mLogoNavItem.setTitle(title);
        }
        mUpGoerFive.setContentDescription(buildHomeContentDescription());
    }

    public CharSequence getSubtitle() {
@@ -569,6 +570,7 @@ public class ActionBarView extends AbsActionBarView {
                    (!TextUtils.isEmpty(mTitle) || !TextUtils.isEmpty(mSubtitle));
            mTitleLayout.setVisibility(visible ? VISIBLE : GONE);
        }
        mUpGoerFive.setContentDescription(buildHomeContentDescription());
    }

    public void setHomeButtonEnabled(boolean enable) {