Fixed KotlinLintTestGenerated.testJavaPerformance

This commit is contained in:
Vyacheslav Gerasimov
2017-02-03 13:10:02 +03:00
parent 6699b03c0b
commit 1ea2e8c1d1
+1 -1
View File
@@ -15,7 +15,7 @@ import android.widget.Button
class JavaPerformanceTest(context: Context, attrs: AttributeSet, defStyle: Int) : Button(context, attrs, defStyle) {
private var cachedRect: Rect? = null
private var shader: Any? = null
private var shader: LinearGradient? = null
private var lastHeight: Int = 0
private var lastWidth: Int = 0