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

NPE when sorting search result files #3180

Closed
amaze-issue-automation bot opened this issue Feb 21, 2022 · 0 comments · Fixed by #3181
Closed

NPE when sorting search result files #3180

amaze-issue-automation bot opened this issue Feb 21, 2022 · 0 comments · Fixed by #3181
Assignees
Labels
Crash-NullPointerException From-Email This is from an email, probably lacking replication info Issue-Bug Related unexpected behavior or something worth investigating.
Milestone

Comments

@amaze-issue-automation
Copy link

Issue explanation (write below this line)

Exception

  • App Name: Amaze File Manager
  • Package: com.amaze.filemanager
  • Version: 3.6.7
  • User Action: UI Error
  • Request: Application crash
  • OS: Linux Android 10 - 29
  • Device: mdh50lm
  • Model: LM-Q730
  • Product: mdh50lm
    Crash log
java.lang.RuntimeException: An error occurred while executing doInBackground()
at android.os.AsyncTask$4.done(AsyncTask.java:399)
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
at java.util.concurrent.FutureTask.run(FutureTask.java:271)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)
Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'void java.util.List.sort(java.util.Comparator)' on a null object reference
at java.util.Collections.sort(Collections.java:206)
at com.amaze.filemanager.ui.fragments.MainFragment$4.doInBackground(MainFragment.java:1472)
at com.amaze.filemanager.ui.fragments.MainFragment$4.doInBackground(MainFragment.java:1469)
at android.os.AsyncTask$3.call(AsyncTask.java:378)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
... 3 more


--
N Clark

This email and its attachments may contain information that is confidential and/or protected by the attorney-client privilege. If you are not the intended recipient of this email, or believe you have received it in error, please notify the sender and promptly delete or destroy this email, all attachments, and any copies you may have.

@amaze-issue-automation amaze-issue-automation bot added the From-Email This is from an email, probably lacking replication info label Feb 21, 2022
@EmmanuelMess EmmanuelMess added Crash-NullPointerException Issue-Bug Related unexpected behavior or something worth investigating. labels Feb 24, 2022
@EmmanuelMess EmmanuelMess changed the title Crash reported by parmesan@duck.com NPE when sorting files Feb 24, 2022
@TeamAmaze TeamAmaze deleted a comment from shofshaan Feb 24, 2022
@EmmanuelMess EmmanuelMess self-assigned this Feb 24, 2022
@VishalNehra VishalNehra added this to the v3.7 milestone Feb 24, 2022
@VishalNehra VishalNehra changed the title NPE when sorting files NPE when sorting search result files Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Crash-NullPointerException From-Email This is from an email, probably lacking replication info Issue-Bug Related unexpected behavior or something worth investigating.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants