Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Commit 82ffbbb

Browse files
authored
Merge pull request #17 from Gounlaf/feature/fields-visibility
feat(visibility): change visibility for some fields
2 parents 6041d40 + 8272cc0 commit 82ffbbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

audiowave/src/main/kotlin/rm/com/audiowave/AudioWaveView.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,9 @@ class AudioWaveView : View {
106106
var isExpansionAnimated: Boolean = true
107107

108108
var isTouched = false
109+
private set
109110

110-
private val chunksCount: Int
111+
val chunksCount: Int
111112
get() = w / chunkStep
112113

113114
private val chunkStep: Int

0 commit comments

Comments
 (0)