We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12519d commit fd36390Copy full SHA for fd36390
lib/java/com/google/android/material/tabs/TabLayout.java
@@ -2876,7 +2876,7 @@ private void updateTextAndIcon(
2876
}
2877
2878
final CharSequence contentDesc = tab != null ? tab.contentDesc : null;
2879
- TooltipCompat.setTooltipText(this, hasText ? null : contentDesc);
+ TooltipCompat.setTooltipText(this, hasText ? text : contentDesc);
2880
2881
2882
private void tryUpdateBadgeDrawableBounds(@NonNull View anchor) {
0 commit comments