Use up-to-date hover tooltip text for recents.
Flag: EXEMPT bugfix Fix: 402776493 Test: go/testedequals Change-Id: I6f438ce8b3cd51beaece0cf6734876f21719bf3d
This commit is contained in:
@@ -473,10 +473,10 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver,
|
||||
* Directly set the icon and label.
|
||||
*/
|
||||
@UiThread
|
||||
public void applyIconAndLabel(Drawable icon, CharSequence label) {
|
||||
public void applyIconAndLabel(Drawable icon, CharSequence title, CharSequence description) {
|
||||
applyCompoundDrawables(icon);
|
||||
setText(label);
|
||||
setContentDescription(label);
|
||||
setText(title);
|
||||
setContentDescription(description);
|
||||
}
|
||||
|
||||
/** Updates whether the app this view represents is currently running. */
|
||||
|
||||
Reference in New Issue
Block a user