[6.7.0][code] 移除无用日志
This commit is contained in:
@@ -46,7 +46,6 @@ class SpeedView @JvmOverloads constructor(context: Context, attrs: AttributeSet?
|
||||
|
||||
|
||||
override fun onSizeChanged(w: Int, h: Int, oldw: Int, oldh: Int) {
|
||||
Log.d(TAG, "--- onSizeChanged --:[$w, $h]")
|
||||
if (mPrevWidth != w || mPrevHeight != h) {
|
||||
mPrevWidth = w
|
||||
mPrevHeight = h
|
||||
|
||||
Reference in New Issue
Block a user