| 1248 | } |
| 1249 | |
| 1250 | void Framework::EnterForeground() |
| 1251 | { |
| 1252 | m_usageStats.EnterForeground(); |
| 1253 | |
| 1254 | if (m_drapeEngine) |
| 1255 | m_drapeEngine->OnEnterForeground(); |
| 1256 | |
| 1257 | m_trafficManager.OnEnterForeground(); |
| 1258 | } |
| 1259 | |
| 1260 | void Framework::InitCountryInfoGetter() |
| 1261 | { |
no test coverage detected