-
#698 给出了解决类,是否可以评估再下个版本合入?
-
hi, i just want to test your app without adding code, but i get this error:
FATAL EXCEPTION: main
…
-
-
Expected behaviour:
AudioRecorderEvent.COMPLETE to be triggered and play recorded sound.
Actual behaviour:
AudioRecorderEvent.COMPLETE not triggered. Trace in the complete handler not traced ou…
-
列表页快速上滑的时候,很容易关闭页面,几率很高的。这个怎么整?有没有合适的解决办法,已经集成进去了,刚发现这个问题,要废了,求助大神~
-
set layerType to ViewCompat.LAYER_TYPE_NONE in SwipeBackLayout$ViewDragCallback.onViewDragStateChanged(int) causes this problem.
you can comment out following lines to avoid crash.
```
if (s…
-
I am using your library in my app and I am getting following error.
```java
java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.setAlpha(float)' on a null obj…
-
## EXPLANATION OF THE ISSUE
## STEPS TO REPRODUCE THE ISSUE
```
1. This is the first step
2. This is the second step
3. Further steps, etc.
```
## CONSOLE OUTPUT
```
Paste the…
-
-
SwipeLayout 只能在屏幕上的最左侧 和最右侧, 如何能在屏幕中间位置或者 1/3的位置滑动?