added visibility GONE to checkbox

This commit is contained in:
Chumva 2018-03-07 10:57:43 +02:00
parent ed2e6cb9de
commit a077367716

View file

@ -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));