Pocket security functionality disable for now
This commit is contained in:
parent
4ba6299822
commit
418749ea6a
1 changed files with 5 additions and 0 deletions
|
@ -83,6 +83,11 @@ public class SecuritySettingsFragment extends Fragment {
|
|||
View v = inflater.inflate(R.layout.fragment_security_settings, container, false);
|
||||
ButterKnife.bind(this, v);
|
||||
|
||||
/*
|
||||
* For now this will not be implemented
|
||||
* */
|
||||
sPocketSecurity.setEnabled(false);
|
||||
|
||||
securityPagerAdapter = new SecurityPagerAdapter(getChildFragmentManager());
|
||||
mPager.setAdapter(securityPagerAdapter);
|
||||
|
||||
|
|
Loading…
Reference in a new issue