hide unlock button if not needed
This commit is contained in:
parent
9b2d0c9961
commit
ade45d5b4c
|
@ -113,6 +113,8 @@ public class ConfigBuilderFragment extends Fragment implements FragmentBase {
|
|||
}, null);
|
||||
}
|
||||
});
|
||||
} else {
|
||||
unlock.setVisibility(View.GONE);
|
||||
}
|
||||
return view;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue