2
0
Fork 1
mirror of https://github.com/FossifyOrg/Gallery.git synced 2025-04-03 10:15:29 +02:00

fix , apply the password protection to Manage Hidden Folders

This commit is contained in:
tibbi 2018-01-07 16:40:20 +01:00
parent b351de406b
commit 3c06dfd431

View file

@ -92,7 +92,9 @@ class SettingsActivity : SimpleActivity() {
private fun setupManageHiddenFolders() {
settings_manage_hidden_folders_holder.setOnClickListener {
startActivity(Intent(this, HiddenFoldersActivity::class.java))
handleHiddenFolderPasswordProtection {
startActivity(Intent(this, HiddenFoldersActivity::class.java))
}
}
}