Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
821938089 committed Feb 15, 2024
1 parent 51cb0dc commit 7bf089a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/io/legado/app/ui/widget/DetailSeekBar.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class DetailSeekBar @JvmOverloads constructor(
get() = binding.seekBar.progress
set(value) {
binding.seekBar.progress = value
upValue()
}
var max: Int
get() = binding.seekBar.max
Expand Down

0 comments on commit 7bf089a

Please sign in to comment.