Skip to content

I get the following error for some reason. #10

@Achisyg2

Description

@Achisyg2

Describe the bug
Everything else is working perfect. However, when I scroll faster on the recyclerview I get the following error:
java.lang.ArrayIndexOutOfBoundsException: length=5; index=5 at com.app.selfcial.Adapters.PostsAdapter$7.onComplete(PostsAdapter.java:592) at com.google.android.gms.tasks.zzi.run(com.google.android.gms:play-services-tasks@@18.0.1:1) at android.os.Handler.handleCallback(Handler.java:883) at android.os.Handler.dispatchMessage(Handler.java:100) at android.os.Looper.loop(Looper.java:223) at android.app.ActivityThread.main(ActivityThread.java:7562) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950)

To Reproduce
Steps to reproduce the behavior:

  1. Click on a reaction
  2. Save it in Firebase with reaction id
  3. setCurrentReaction based on the saved id
  4. Scroll a bit bit faster the recyelerview

Expected behavior
It should work same as when scrolling slow

Smartphone (please complete the following information):

  • Device: Xiaomi Redmi 8
  • OS: Android 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions