mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 08:56:55 +00:00
Redo the launcher loading code and put the real app icons into rollo.
This commit is contained in:
@@ -154,7 +154,8 @@ class LiveFolderAdapter extends CursorAdapter {
|
||||
cursor.getString(holder.iconPackageIndex));
|
||||
final int id = resources.getIdentifier(resource,
|
||||
null, null);
|
||||
icon = Utilities.createIconThumbnail(resources.getDrawable(id), mContext);
|
||||
icon = Utilities.createIconThumbnail(resources.getDrawable(id), mContext,
|
||||
false);
|
||||
mIcons.put(resource, icon);
|
||||
} catch (Exception e) {
|
||||
// Ignore
|
||||
|
||||
Reference in New Issue
Block a user