We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37df181 commit a108d64Copy full SHA for a108d64
1 file changed
app/src/main/kotlin/info/appdev/chartexample/ScrollViewActivity.kt
@@ -43,6 +43,7 @@ class ScrollViewActivity : DemoBase() {
43
binding.chart1.setFitBars(true)
44
}
45
46
+ @Suppress("SameParameterValue")
47
private fun setData(count: Int) {
48
val sampleValues = getValues(count)
49
val values = ArrayList<BarEntry>()
@@ -80,6 +81,5 @@ class ScrollViewActivity : DemoBase() {
80
81
return true
82
83
- public override fun saveToGallery() { /* Intentionally left empty */
84
- }
+ public override fun saveToGallery() = Unit /* Intentionally left empty */
85
0 commit comments