Merge "Fix accessibility description on master clear" into nyc-dev am: c12521cdcc am: 51112c1fce
am: 195a75ac95
* commit '195a75ac95c6d541669a8331c20b7d92af34d14d':
Fix accessibility description on master clear
Change-Id: I33775f9eaedc9514d424d2ae61863b32f41228e0
This commit is contained in:
@@ -177,6 +177,9 @@ public class MasterClear extends OptionsMenuFragment {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void getContentDescription(View v, StringBuffer description) {
|
private void getContentDescription(View v, StringBuffer description) {
|
||||||
|
if (v.getVisibility() != View.VISIBLE) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (v instanceof ViewGroup) {
|
if (v instanceof ViewGroup) {
|
||||||
ViewGroup vGroup = (ViewGroup) v;
|
ViewGroup vGroup = (ViewGroup) v;
|
||||||
for (int i = 0; i < vGroup.getChildCount(); i++) {
|
for (int i = 0; i < vGroup.getChildCount(); i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user