Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

IndexOutOfBoundsException: Invalid index 5, size is 0 #61

Open
lingling-fan opened this issue Sep 11, 2017 · 0 comments
Open

IndexOutOfBoundsException: Invalid index 5, size is 0 #61

lingling-fan opened this issue Sep 11, 2017 · 0 comments

Comments

@lingling-fan
Copy link

//package name: com.catchingnow.tinyclipboardmanager
//version: 1.5.0
//target sdk version: android-18
java.lang.IndexOutOfBoundsException: Invalid index 5, size is 0
at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:255)
at java.util.ArrayList.get(ArrayList.java:308)
at com.catchingnow.tinyclipboardmanager.ActivityMain$14.onDismissedBySwipe(ActivityMain.java:611)
at com.catchingnow.tinyclipboardmanager.SwipeableRecyclerViewTouchListener$3.onAnimationEnd(SwipeableRecyclerViewTouchListener.java:339)
at android.animation.ValueAnimator.endAnimation(ValueAnimator.java:1020)
at android.animation.ValueAnimator.access$400(ValueAnimator.java:50)
at android.animation.ValueAnimator$AnimationHandler.doAnimationFrame(ValueAnimator.java:630)
at android.animation.ValueAnimator$AnimationHandler.run(ValueAnimator.java:646)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:749)
at android.view.Choreographer.doCallbacks(Choreographer.java:562)
at android.view.Choreographer.doFrame(Choreographer.java:531)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:735)
at android.os.Handler.handleCallback(Handler.java:730)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5103)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:525)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at dalvik.system.NativeStart.main(Native Method)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant