Skip to content

Commit

Permalink
Update TreeView.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikh-Abdul-Aziz authored Aug 4, 2024
1 parent 4296f44 commit c35990a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions filetree/src/main/kotlin/com/zyron/filetree/TreeView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class TreeView : RecyclerView {
this.context = context
}


fun init(path: String) {
init(path, null,null)
}
Expand Down Expand Up @@ -68,5 +67,4 @@ class TreeView : RecyclerView {
}
})
}

}

0 comments on commit c35990a

Please sign in to comment.