Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexOutOfBoundsException on SearchRecyclerViewAdapter#getItem #4321

Open
amaze-issue-automation bot opened this issue Dec 30, 2024 · 0 comments
Open
Labels
From-Email This is from an email, probably lacking replication info Issue-Bug Related unexpected behavior or something worth investigating.

Comments

@amaze-issue-automation
Copy link

Issue explanation (write below this line)

Exception

  • App Name: Amaze Filhanterare
  • Package: com.amaze.filemanager
  • Version: 3.10
  • User Action: UI Error
  • Request: Application crash
  • OS: Linux
    motorola/sabahl_ge/sabahl:13/TLA33.105-285/105-285:user/release-keys 13 - 33
  • Device: sabahl
  • Model: moto e13
  • Product: sabahl_ge
Crash log

java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 606
at jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at
jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.util.Objects.checkIndex(Objects.java:359)
at java.util.ArrayList.get(ArrayList.java:434)
at java.util.Collections$UnmodifiableList.get(Collections.java:1546)
at androidx.recyclerview.widget.ListAdapter.getItem(ListAdapter.java:150)
at
com.amaze.filemanager.adapters.SearchRecyclerViewAdapter.access$getItem(SearchRecyclerViewAdapter.kt:42)
at
com.amaze.filemanager.adapters.SearchRecyclerViewAdapter$ViewHolder._init_$lambda$0(SearchRecyclerViewAdapter.kt:110)
at
com.amaze.filemanager.adapters.SearchRecyclerViewAdapter$ViewHolder.$r8$lambda$c3lVn7Fz_u5KsSS4_yNMvIM958o(Unknown
Source:0)
at
com.amaze.filemanager.adapters.SearchRecyclerViewAdapter$ViewHolder$$ExternalSyntheticLambda0.onClick(Unknown
Source:4)
at android.view.View.performClick(View.java:7511)
at android.view.View.performClickInternal(View.java:7484)
at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0)
at android.view.View$PerformClick.run(View.java:29472)
at android.os.Handler.handleCallback(Handler.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:8046)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:703)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:911)


@amaze-issue-automation amaze-issue-automation bot added the From-Email This is from an email, probably lacking replication info label Dec 30, 2024
@VishnuSanal VishnuSanal changed the title Crash reported by Fredrik IndexOutOfBoundsException on SearchRecyclerViewAdapter#getItem Dec 31, 2024
@VishnuSanal VishnuSanal added the Issue-Bug Related unexpected behavior or something worth investigating. label Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
From-Email This is from an email, probably lacking replication info Issue-Bug Related unexpected behavior or something worth investigating.
Projects
None yet
Development

No branches or pull requests

1 participant