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

Possibility to implement onSaveInstanceState() ? #13

Closed
rcha103 opened this issue Apr 9, 2018 · 1 comment
Closed

Possibility to implement onSaveInstanceState() ? #13

rcha103 opened this issue Apr 9, 2018 · 1 comment

Comments

@rcha103
Copy link

rcha103 commented Apr 9, 2018

Hi, I'm using your plugin to my Mendix platform application. I realized that on Android, the application state is not saved. This is an issue for me since I'd like to execute some logic when the application resumes which are related to the current activity (for example, session related logic). For now, I cannot properly handle any failure callbacks since the app does not know the session of the app, and the app will crash. Any chance that onSaveInstanceState() will be implemented to accommodate this?

@rcha103 rcha103 closed this as completed Apr 19, 2018
@tjwoon
Copy link
Owner

tjwoon commented Apr 20, 2018

You should be saving the state of your own activity. That should be nothing to do with this plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants