Merge "Granular navigation uses mContentDescription instead of getCpontentDescription()s" into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3540f1f28b
@@ -6810,7 +6810,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
|
||||
* @hide
|
||||
*/
|
||||
public CharSequence getIterableTextForAccessibility() {
|
||||
return mContentDescription;
|
||||
return getContentDescription();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user