Merge "Granular navigation uses mContentDescription instead of getCpontentDescription()s" into jb-mr1-dev

This commit is contained in:
Svetoslav Ganov
2012-09-06 19:06:37 -07:00
committed by Android (Google) Code Review

View File

@@ -6810,7 +6810,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
* @hide
*/
public CharSequence getIterableTextForAccessibility() {
return mContentDescription;
return getContentDescription();
}
/**