Refactoring

This commit is contained in:
M66B
2022-11-03 09:14:54 +01:00
parent b20811611b
commit c036239c34
2 changed files with 5 additions and 4 deletions

View File

@@ -325,7 +325,7 @@ public class FragmentOptionsPrivacy extends FragmentBase implements SharedPrefer
}
});
tvAutoLockNavHint.setText(getString(R.string.title_advanced_display_autolock_nav_hint, Helper.AUTOLOCK_GRACE));
tvAutoLockNavHint.setText(getString(R.string.title_advanced_display_autolock_nav_hint, Helper.AUTH_AUTOLOCK_GRACE));
swClientId.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override