Removed public modifier
This commit is contained in:
@@ -26,7 +26,7 @@ import kotlin.math.min
|
|||||||
|
|
||||||
class VolumeView : View {
|
class VolumeView : View {
|
||||||
private val paint: Paint
|
private val paint: Paint
|
||||||
public var volumeHistory: VolumeHistory? = null
|
var volumeHistory: VolumeHistory? = null
|
||||||
|
|
||||||
constructor(context: Context?) : super(context) {
|
constructor(context: Context?) : super(context) {
|
||||||
paint = initPaint()
|
paint = initPaint()
|
||||||
|
|||||||
Reference in New Issue
Block a user