thirtyyuan

Results 4 issues of thirtyyuan

### Is this a bug report? No ### Have you read the [Contributing Guidelines](CONTRIBUTING.md)? Yes ### Steps to Reproduce 1. open "https://camerakit.io/docs?v=0.13.4" in browser. ### Expected Behavior 1. Get the...

When I use `RealtimeBlurView` in a ViewHolder, it's whole white, nothing can display. How can I use it in a ViewHolder correctly?

When we use `mCityPicker.setSelectedItemPosition(0)`(mCityPicker was scroll to bottom) at another picker `setOnItemSelectedListener()`, such as `mProvincePicker.setOnItemSelectedListener()`, if new DataList size less then old DataList, the offset will be more then mCityPicker's...

In `onActionDown()` of RangeBar, add these code before `if (!mRightThumb.isPressed() && mLeftThumb.isInTargetZone(x, y)) `, maybe `(!mLeftThumb.isPressed() || !mRightThumb.isPressed())` is unnecessary ? I haven't to concern that, if you check it,...