We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eddd304 + 474233a commit c3a3d43Copy full SHA for c3a3d43
1 file changed
app/src/main/java/com/kyhsgeekcode/filechooser/model/FileItem.kt
@@ -54,6 +54,7 @@ open class FileItem : Serializable {
54
var file: File? = null // 항목이 의미하는 파일 자체
55
// protected var backFile: File? = null // 항목이 전개되었을 때 나타낼 디렉토리
56
57
+ @delegate:Transient
58
private val isExpandable: Boolean by lazy {
59
file?.isDirectory == true ||
60
file?.isArchive() == true ||
0 commit comments