Überflüssige Variable entfernt
This commit is contained in:
parent
85c67f525b
commit
fed086d0b1
@ -29,10 +29,6 @@ public class MainListViewAdapter extends BaseAdapter {
|
|||||||
* Name des devices für den aktuellen durchlauf.
|
* Name des devices für den aktuellen durchlauf.
|
||||||
*/
|
*/
|
||||||
private String deviceName;
|
private String deviceName;
|
||||||
/**
|
|
||||||
* Bild für den atuellen durchlauf.
|
|
||||||
*/
|
|
||||||
private int image;
|
|
||||||
/**
|
/**
|
||||||
* Bild für Favorit oder nicht.
|
* Bild für Favorit oder nicht.
|
||||||
*/
|
*/
|
||||||
@ -168,7 +164,7 @@ public class MainListViewAdapter extends BaseAdapter {
|
|||||||
}
|
}
|
||||||
PinView pinView = new PinView(mainActivity, deviceName,
|
PinView pinView = new PinView(mainActivity, deviceName,
|
||||||
pinValues);
|
pinValues);
|
||||||
for (int j = 0; j < ((List<String>)mainActivity.xml.
|
for (int j = 0; j < ((List<String>) mainActivity.xml.
|
||||||
getPort(deviceName).
|
getPort(deviceName).
|
||||||
get("pins")).size(); j++) {
|
get("pins")).size(); j++) {
|
||||||
linearLayoutPin.addView(pinView.getView(j));
|
linearLayoutPin.addView(pinView.getView(j));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user