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

Searching causes crashes #3207

Closed
sjl872964789 opened this issue Mar 6, 2022 · 1 comment · Fixed by #3244
Closed

Searching causes crashes #3207

sjl872964789 opened this issue Mar 6, 2022 · 1 comment · Fixed by #3244
Labels
Area-Search Related to file search. Issue-Bug Related unexpected behavior or something worth investigating.
Milestone

Comments

@sjl872964789
Copy link

Describe the bug
I'm not sure which of my previous steps caused the problem, now amaze crashes every time I search t.

To Reproduce
Steps to reproduce the behavior:
Not sure

Expected behavior
Don't crash

Screenshots
77

Smartphone (please complete the following information):

  • OS: Android 8.0
  • Rooted: No
  • Version: 3.6.7

Additional context

  • App Name: Amaze File Manager
  • Package: com.amaze.filemanager
  • Version: 3.6.7
  • User Action: UI Error
  • Request: Application crash
  • OS: Linux Android 8.0.0 - 26
  • Device: generic_x86
  • Model: Android SDK built for x86
  • Product: sdk_gphone_x86
Crash log

java.lang.NullPointerException: Attempt to read from field 'java.lang.String com.amaze.filemanager.adapters.data.LayoutElementParcelable.title' on a null object reference
 at com.amaze.filemanager.adapters.RecyclerAdapter.onBindViewHolder(RecyclerAdapter.java:765)
 at androidx.recyclerview.widget.RecyclerView$Adapter.onBindViewHolder(RecyclerView.java:7065)
 at androidx.recyclerview.widget.RecyclerView$Adapter.bindViewHolder(RecyclerView.java:7107)
 at androidx.recyclerview.widget.RecyclerView$Recycler.tryBindViewHolderByDeadline(RecyclerView.java:6012)
 at androidx.recyclerview.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline(RecyclerView.java:6279)
 at androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:6118)
 at androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:6114)
 at androidx.recyclerview.widget.LinearLayoutManager$LayoutState.next(LinearLayoutManager.java:2303)
 at androidx.recyclerview.widget.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1627)
 at androidx.recyclerview.widget.LinearLayoutManager.fill(LinearLayoutManager.java:1587)
 at androidx.recyclerview.widget.LinearLayoutManager.onLayoutChildren(LinearLayoutManager.java:665)
 at androidx.recyclerview.widget.RecyclerView.dispatchLayoutStep2(RecyclerView.java:4134)
 at androidx.recyclerview.widget.RecyclerView.dispatchLayout(RecyclerView.java:3851)
 at androidx.recyclerview.widget.RecyclerView.onLayout(RecyclerView.java:4404)
 at android.view.View.layout(View.java:19590)
 at android.view.ViewGroup.layout(ViewGroup.java:6053)
 at androidx.swiperefreshlayout.wid
@sjl872964789
Copy link
Author

I found the following steps can reproduce the crash
ezgif com-gif-maker

@VishnuSanal VishnuSanal added Issue-Bug Related unexpected behavior or something worth investigating. Area-Search Related to file search. labels Mar 8, 2022
@VishalNehra VishalNehra added this to the v4.0 milestone Apr 23, 2022
@VishalNehra VishalNehra modified the milestones: v4.0, v3.8 Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Search Related to file search. Issue-Bug Related unexpected behavior or something worth investigating.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants