Skip to content

Commit

Permalink
reenable title
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Sep 9, 2024
1 parent 171089c commit 709e7cb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ class RecyclerViewAdapter(private var mContext: Context, private val folders: Li
with(folders[position]){
val branch = folders[position] as StorageBranch
binding.title.text = name
// the recyclerview does not reenable the title on scroll.
binding.title.isEnabled = true
binding.size.text = readableFileSize(getCalculatedSize())
binding.progressBar.progress = percent

Expand Down

0 comments on commit 709e7cb

Please sign in to comment.