mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Change getBadgedLabelForUser to use CharSequence
Bug: 16401636 Change-Id: I7b72a6dd53fec1c0afe6ea33803af9e3c54e597e
This commit is contained in:
@@ -64,8 +64,8 @@ public class IconCache {
|
||||
|
||||
private static class CacheEntry {
|
||||
public Bitmap icon;
|
||||
public String title;
|
||||
public String contentDescription;
|
||||
public CharSequence title;
|
||||
public CharSequence contentDescription;
|
||||
}
|
||||
|
||||
private static class CacheKey {
|
||||
|
||||
Reference in New Issue
Block a user