tql

Results 7 comments of tql

We did not know how to reproduces the issue, but we received feedback from our customers several times. And our QA faced it today, I had debugged it, it seems...

Maybe the same problem with [#1511 ](https://github.com/JakeWharton/butterknife/issues/1511), the `DebouncingOnClickListener ` did not work.

I faced it because the RecyclerView not visible. firstVisiblePosition=-1.

@whyalwaysmea BaseKLineChartViewBase 我在这里getMainY方法限制了最大最小高度,但是实际上并不是特别好哈,因为其实全局的缩放比例是靠这个控制的,如果出现插针的情况下,不会按照作者最开始的设计思路去按比例缩放,但是实际上不是特别影响使用,你可以参考。 public float getMainY(float value) { return Math.min((mMainMaxValue - value) * mMainScaleY, mMainRect.height()) + mMainRect.top; }