Removed unused variable
This commit is contained in:
parent
a05470300d
commit
93fd0d3b2e
@ -97,10 +97,7 @@ public class MiroGuideChannelViewActivity extends SherlockActivity {
|
|||||||
if (exception == null) {
|
if (exception == null) {
|
||||||
txtvTitle.setText(channel.getName());
|
txtvTitle.setText(channel.getName());
|
||||||
txtVDescription.setText(channel.getDescription());
|
txtVDescription.setText(channel.getDescription());
|
||||||
String[] entryNames = new String[channel.getItems().size()];
|
|
||||||
for (int i = 0; i < channel.getItems().size(); i++) {
|
|
||||||
entryNames[i] = channel.getItems().get(i).getName();
|
|
||||||
}
|
|
||||||
MiroGuideItemlistAdapter listAdapter = new MiroGuideItemlistAdapter(
|
MiroGuideItemlistAdapter listAdapter = new MiroGuideItemlistAdapter(
|
||||||
MiroGuideChannelViewActivity.this, 0,
|
MiroGuideChannelViewActivity.this, 0,
|
||||||
channel.getItems());
|
channel.getItems());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user