mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Fix 2446779 Launcher2 crash - while adding short cut to home from all apps drawer
This commit is contained in:
@@ -954,7 +954,7 @@ public class Workspace extends ViewGroup implements DropTarget, DragSource, Drag
|
||||
case LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT:
|
||||
if (info.container == NO_ID) {
|
||||
// Came from all apps -- make a copy
|
||||
info = new ShortcutInfo((ShortcutInfo)info);
|
||||
info = new ShortcutInfo((ApplicationInfo)info);
|
||||
}
|
||||
view = mLauncher.createShortcut(R.layout.application, cellLayout, (ShortcutInfo)info);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user