Pocket security functionality disable for now

feat_androidx_migration
dtvv 2018-10-24 16:18:01 -05:00
parent 4ba6299822
commit 418749ea6a
1 changed files with 5 additions and 0 deletions

View File

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