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