-
-
Notifications
You must be signed in to change notification settings - Fork 448
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
App crashes on clicking pause button for download in Landscape mode. #990
Comments
It seems like downloadFragment.listView.invalidateViews(); |
@MisterAwesome23 The general way to go about fixing something like this is to first reproduce it on a device you have. Then get a stacktrace for it. Using this work out where the code is incorrect and attempt to change it so you no longer crash. |
What exactly is stack tracing. I performed the crash and noted the log cat for reason for crash that is from where I got the list view fragment function. Is there better ways to debug/stack trace or log cat is the right way. |
@MisterAwesome23 RE stacktracing yeah use you can use logcat. RE debugging its mostly something you just need to practise imo but there might be some good tutorials on Google. |
Can I take this up? |
@ShridharGoel You can work on it. I think @MisterAwesome23 is not working on this. |
I tried to reproduce this today but i couldn't reproduce this. |
Yes I'm able to reproduce it. |
@ShridharGoel Alright. Good Luck. |
@iadeelzafar Thanks. |
Fixed in #1170 |
Describe the bug
App crashes when we click pause button for download in Landscape mode.
Steps to reproduce the behavior:
Environment
The text was updated successfully, but these errors were encountered: