mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
Clean up unused code
This commit is contained in:
@@ -128,7 +128,6 @@ public class PagedViewWidget extends LinearLayout {
|
||||
mIsAppWidget = false;
|
||||
mInfo = info;
|
||||
CharSequence label = info.loadLabel(pm);
|
||||
final ImageView image = (ImageView) findViewById(R.id.widget_preview);
|
||||
final TextView name = (TextView) findViewById(R.id.widget_name);
|
||||
name.setText(label);
|
||||
final TextView dims = (TextView) findViewById(R.id.widget_dims);
|
||||
|
||||
Reference in New Issue
Block a user