this function will be called when the app is active again
| 82 | |
| 83 | // this function will be called when the app is active again |
| 84 | void AppDelegate::applicationWillEnterForeground() |
| 85 | { |
| 86 | Director::getInstance()->startAnimation(); |
| 87 | } |
nothing calls this directly
no test coverage detected