show proper folder name at style sample
This commit is contained in:
parent
5218f8f359
commit
fe5cb84ccc
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class ChangeThumbnailStyleDialog(val activity: BaseSimpleActivity, val callback:
|
|||
}
|
||||
R.id.dialog_radio_count_brackets -> {
|
||||
photo_cnt.beGone()
|
||||
dir_name.text = "${dir_name.text} ($photoCount)"
|
||||
dir_name.text = "$folderName ($photoCount)"
|
||||
}
|
||||
else -> {
|
||||
dir_name.text = folderName
|
||||
|
|
Loading…
Reference in a new issue