Merge "Fix an a11y issue that the the QAW activity announces "System UI" instead of "Wallet" in talkback." into sc-qpr1-dev am: 9e16571d1b am: b428e51f30 am: e35a4d844f
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15831792 Change-Id: I861498f305005859fadaa02b39b8bc935db95247
This commit is contained in:
@@ -116,7 +116,7 @@ public class WalletActivity extends LifecycleActivity implements
|
||||
if (toolbar != null) {
|
||||
setActionBar(toolbar);
|
||||
}
|
||||
setTitle("");
|
||||
getActionBar().setDisplayShowTitleEnabled(false);
|
||||
getActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
getActionBar().setHomeAsUpIndicator(getHomeIndicatorDrawable());
|
||||
getActionBar().setHomeActionContentDescription(R.string.accessibility_desc_close);
|
||||
|
||||
Reference in New Issue
Block a user