mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Add content description to bagded icons.
Enabled accesibility so that icons badged by the managed profile have a content description that is different to the non-bagdged version. Bug: 15106236 Change-Id: Id483273173d9539916eebd59111d179087526be3
This commit is contained in:
@@ -4781,6 +4781,7 @@ public class Workspace extends SmoothPagedView
|
||||
shortcutInfo.restore();
|
||||
shortcutInfo.updateIcon(mIconCache);
|
||||
shortcutInfo.title = appInfo.title.toString();
|
||||
shortcutInfo.contentDescription = appInfo.contentDescription;
|
||||
shortcut.applyFromShortcutInfo(shortcutInfo, mIconCache);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user