mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Reduce lint
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
0e956cc30b
commit
2ae17d1a6b
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ open class FolderPickerActivity :
|
|||
}
|
||||
|
||||
private fun setupUIForChooseButton() {
|
||||
caption = resources.getText(R.string.folder_picker_choose_button_text).toString()
|
||||
caption = resources.getText(R.string.folder_picker_choose_caption_text).toString()
|
||||
mSearchOnlyFolders = true
|
||||
isDoNotEnterEncryptedFolder = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue