mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-22 06:47:38 +01:00
show proper folder name at style sample
This commit is contained in:
parent
5218f8f359
commit
fe5cb84ccc
@ -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…
x
Reference in New Issue
Block a user