mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Revert "Revert Cls stopping now-master running on googlefood"
This reverts commit 7bc272a11b.
Conflicts:
src/com/android/launcher3/BubbleTextView.java
Change-Id: Id1fb2e1249e72658ce5477165c9bcacba9de2b04
This commit is contained in:
@@ -119,10 +119,12 @@ public class ShortcutInfo extends ItemInfo {
|
||||
}
|
||||
}
|
||||
|
||||
ShortcutInfo(Intent intent, CharSequence title, Bitmap icon, UserHandleCompat user) {
|
||||
ShortcutInfo(Intent intent, CharSequence title, String contentDescrition,
|
||||
Bitmap icon, UserHandleCompat user) {
|
||||
this();
|
||||
this.intent = intent;
|
||||
this.title = title;
|
||||
this.contentDescription = contentDescription;
|
||||
mIcon = icon;
|
||||
this.user = user;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user