Skip to content

Commit 3540f1f

Browse files
sganovAndroid (Google) Code Review
authored andcommitted
Merge "Granular navigation uses mContentDescription instead of getCpontentDescription()s" into jb-mr1-dev
2 parents 6da5827 + 05282aa commit 3540f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/view/View.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6810,7 +6810,7 @@ private boolean previousAtGranularity(int granularity) {
68106810
* @hide
68116811
*/
68126812
public CharSequence getIterableTextForAccessibility() {
6813-
return mContentDescription;
6813+
return getContentDescription();
68146814
}
68156815

68166816
/**

0 commit comments

Comments
 (0)