added visibility GONE to checkbox
This commit is contained in:
parent
ed2e6cb9de
commit
a077367716
1 changed files with 1 additions and 0 deletions
|
@ -472,6 +472,7 @@ public class GpxUiHelper {
|
||||||
|
|
||||||
if (item.getSelected() == null) {
|
if (item.getSelected() == null) {
|
||||||
v.findViewById(R.id.check_item).setVisibility(View.GONE);
|
v.findViewById(R.id.check_item).setVisibility(View.GONE);
|
||||||
|
v.findViewById(R.id.check_local_index).setVisibility(View.GONE);
|
||||||
} else {
|
} else {
|
||||||
if (checkLayout) {
|
if (checkLayout) {
|
||||||
final CheckBox ch = ((CheckBox) v.findViewById(R.id.check_local_index));
|
final CheckBox ch = ((CheckBox) v.findViewById(R.id.check_local_index));
|
||||||
|
|
Loading…
Reference in a new issue