mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Redo the launcher loading code and put the real app icons into rollo.
This commit is contained in:
@@ -41,8 +41,8 @@ public class LiveFolderIcon extends FolderIcon {
|
||||
final Resources resources = launcher.getResources();
|
||||
Drawable d = folderInfo.icon;
|
||||
if (d == null) {
|
||||
d = Utilities.createIconThumbnail(
|
||||
resources.getDrawable(R.drawable.ic_launcher_folder), launcher);
|
||||
d = Utilities.createIconThumbnail(resources.getDrawable(R.drawable.ic_launcher_folder),
|
||||
launcher, false);
|
||||
folderInfo.filtered = true;
|
||||
}
|
||||
icon.setCompoundDrawablesWithIntrinsicBounds(null, d, null, null);
|
||||
|
||||
Reference in New Issue
Block a user