SimFG
SimFG
这个你有demo工程吗,看着这个有点抽象
试试把SmartSwipeWrapper中wrapperNestedScroll方法将mHelp置为空的那一部分代码删除试试 ``` mHelper.nestedScrollingDrag(dxUnconsumed, dyUnconsumed, consumed, false); // 删除这个mHelper清空的试试 if (consumer.getProgress() >= maxProgress || consumer.getProgress()
找到的原因是:View中的requestLayout方法失效了,调用`mParent.isLayoutRequested()`这个条件一直为true了,看了下好像是PointsSeekBar这个类下中onDraw方法中addThumbAndPointViews这个调用,把这个删除我就没有复现了。没有找到为什么这个状态没有恢复。
把`SmartSwipe.wrap(topMenu).addConsumer(newSpaceConsumer()).enableTop().getWrapper();`这一句中的`enableTop()`取掉好像就可以
maybe this pull request can help you, detail: https://github.com/pingcap/tiflow/pull/834
@happlins you need to combine four commits into one
link: https://github.com/pingcap/tiflow/pull/834 https://github.com/BrainCoTech/libuv-prebuild/issues/1
@lemire Help me review this pull request :>
@ahrtr Ok, I will look it.
@ramses You can go on to see your current issue to avoid us doing repetitive work. cc @ahrtr, if there is any difficulty, I will keep you informed.