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

[TIMOB-15094] Added support for app 'pause' and 'resume' events #6402

Closed
wants to merge 1 commit into from

Conversation

salachi
Copy link
Contributor

@salachi salachi commented Nov 26, 2014

https://jira.appcelerator.org/browse/TIMOB-15094
Added support for app 'pause' and 'resume' events

@@ -1112,7 +1112,8 @@ protected void onResume()
}
return;
}

tiApp.onResume();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be called for every activity to resume. This does not mean the app resumes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, tiApp.onResume is called for every activity resume but app 'resume' event is fired only if the application is in 'pause' state.

@ingo ingo changed the title TIMOB-15094-Added support for app 'pause' and 'resume' events [TIMOB-15094] Added support for app 'pause' and 'resume' events Feb 6, 2015
@hieupham007
Copy link
Contributor

Closing PR

@hieupham007 hieupham007 closed this Feb 9, 2015
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

Successfully merging this pull request may close these issues.

None yet

3 participants