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

App Crashes when returning into CreatePost activity #3

Open
mathemandy opened this issue Mar 2, 2018 · 2 comments
Open

App Crashes when returning into CreatePost activity #3

mathemandy opened this issue Mar 2, 2018 · 2 comments

Comments

@mathemandy
Copy link

Mixion App is A native Android app for Steemit.com and can be downloaded on playstore

Expected behavior

A user is expected to return to last possible state when he/she leaves an app for another app and returns. Android Lifecycle explains it

Actual behavior

When a user opens the mixion app, then leaves for another application and returns after a while, (the android operating system calls "onpause" method). The app crashes when the user returns back to the app.

How to reproduce

  1. Open Mixion App.
  2. Let the activity Load completely
  3. Leave the app without quiting from the task manager.
  4. Open several apps or get busy, then come back to the app.
  5. App Crashes.
  • Phone: Infinix Note 4
  • Operating system: Android Nougat
  • Ram Size: 2gb Ram

Recording Of The Bug

https://youtu.be/ygiIUvoP2Ic

Error log

I cloned the repo and was able to get the Error message from logcat
Screenshot from 2018-02-28 19-16-02.png
This should be useful to the developer.



Posted on Utopian.io - Rewarding Open Source Contributors

@edTheGuy00
Copy link
Owner

This issue more than likely comes from the singleton User object getting destroyed in low memory devices

@edTheGuy00
Copy link
Owner

this should've solved this particular issue, confirmation is needed to close this one out e963358

@edTheGuy00 edTheGuy00 changed the title Mixion App Crashes on when app resumes App Crashes when returning into CreatePost activity Mar 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants