[apps] Modular reimplementation of application models (stores and

ranges) and of curve views/curve view controllers.

Change-Id: If4ca9bf1bec024917ef540a3fc7baefa8700f7ba
This commit is contained in:
Émilie Feral
2017-01-09 14:57:13 +01:00
parent 6e9528103b
commit affda5eae9
70 changed files with 1406 additions and 1416 deletions

View File

@@ -37,12 +37,6 @@ bool BoxController::handleEvent(Ion::Events::Event event) {
}
void BoxController::didBecomeFirstResponder() {
uint32_t storeChecksum = m_store->checksum();
if (m_storeVersion != storeChecksum) {
m_storeVersion = storeChecksum;
m_store->initWindowParameters();
m_store->initBarParameters();
}
m_view.selectMainView(true);
m_view.reload();
reloadBannerView();