mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-22 03:58:20 -04:00
Buildfix
This commit is contained in:
1 parent
cd00760cc4
commit
f4e23bb2ed
1 file changed
-2
@@ -99,8 +99,6 @@ abstract public class AppListAdapter extends BaseAdapter {
|
||||
int visibleOnCompact = compact ? View.VISIBLE : View.GONE;
|
||||
int notVisibleOnCompact = compact ? View.GONE : View.VISIBLE;
|
||||
|
||||
LinearLayout iconContainer = (LinearLayout)convertView.findViewById(R.id.status_icons);
|
||||
|
||||
layoutIcon(icon, compact);
|
||||
ImageLoader.getInstance().displayImage(app.iconUrl, icon,
|
||||
displayImageOptions);
|
||||
|
||||
Reference in new issue
Block a user