mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Redo the launcher loading code and put the real app icons into rollo.
This commit is contained in:
@@ -28,7 +28,7 @@ import java.util.ArrayList;
|
||||
/**
|
||||
* GridView adapter to show the list of applications and shortcuts
|
||||
*/
|
||||
public class ApplicationsAdapter extends ArrayAdapter<ApplicationInfo> {
|
||||
public class ApplicationsAdapter extends ArrayAdapter<ApplicationInfo> {
|
||||
private final LayoutInflater mInflater;
|
||||
|
||||
public ApplicationsAdapter(Context context, ArrayList<ApplicationInfo> apps) {
|
||||
@@ -45,7 +45,7 @@ public class ApplicationsAdapter extends ArrayAdapter<ApplicationInfo> {
|
||||
}
|
||||
|
||||
if (!info.filtered) {
|
||||
info.icon = Utilities.createIconThumbnail(info.icon, getContext());
|
||||
info.icon = Utilities.createIconThumbnail(info.icon, getContext(), false);
|
||||
info.filtered = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user