Merge "Reparent folders and app pairs" into main

This commit is contained in:
Jeremy Sim
2024-03-30 03:06:44 +00:00
committed by Android (Google) Code Review
50 changed files with 517 additions and 341 deletions

View File

@@ -435,8 +435,7 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver,
}
@UiThread
@VisibleForTesting
public void applyLabel(ItemInfoWithIcon info) {
public void applyLabel(ItemInfo info) {
CharSequence label = info.title;
if (label != null) {
mLastOriginalText = label;