diff options
| -rw-r--r-- | src/cgeo/geocaching/cgeovisit.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgeo/geocaching/cgeovisit.java b/src/cgeo/geocaching/cgeovisit.java index bf3680b..433ef86 100644 --- a/src/cgeo/geocaching/cgeovisit.java +++ b/src/cgeo/geocaching/cgeovisit.java @@ -155,7 +155,7 @@ public class cgeovisit extends cgLogForm { if (inventoryView.getChildCount() > 0) { ((LinearLayout) findViewById(R.id.inventory_box)).setVisibility(View.VISIBLE); } - if (inventoryView.getChildCount() > 1 && inventoryView.getChildCount() <= 20) { + if (inventoryView.getChildCount() > 1) { final LinearLayout inventoryChangeAllView = (LinearLayout) findViewById(R.id.inventory_changeall); Button changeButton = (Button) inventoryChangeAllView.findViewById(R.id.changebutton); |
