mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Change getBadgedLabelForUser to use CharSequence
Bug: 16401636 Change-Id: I7b72a6dd53fec1c0afe6ea33803af9e3c54e597e
This commit is contained in:
@@ -126,7 +126,7 @@ public class ShortcutInfo extends ItemInfo {
|
||||
}
|
||||
}
|
||||
|
||||
ShortcutInfo(Intent intent, CharSequence title, String contentDescription,
|
||||
ShortcutInfo(Intent intent, CharSequence title, CharSequence contentDescription,
|
||||
Bitmap icon, UserHandleCompat user) {
|
||||
this();
|
||||
this.intent = intent;
|
||||
|
||||
Reference in New Issue
Block a user