Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77a7bf2a authored by Sam Cackett's avatar Sam Cackett Committed by Android (Google) Code Review
Browse files

Merge "Use app short name in Overview IconAppChipView" into main

parents 82d88d3f 548c4d0e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -191,8 +191,7 @@ public class TaskIconCache implements DisplayInfoChangeListener {
            entry.contentDescription = getBadgedContentDescription(
                    activityInfo, task.key.userId, task.taskDescription);
            if (enableOverviewIconMenu()) {
                entry.title = Utilities.trim(
                        activityInfo.applicationInfo.loadLabel(mContext.getPackageManager()));
                entry.title = Utilities.trim(activityInfo.loadLabel(mContext.getPackageManager()));
            }
        }