[apps] Rename methods in curve view with banner

Change-Id: I676ea90c241de1ade692fa04ee9c1daa89f3480f
This commit is contained in:
Émilie Feral
2016-12-28 13:50:37 +01:00
parent 77b4187888
commit 852a6146e8
8 changed files with 37 additions and 43 deletions

View File

@@ -33,7 +33,7 @@ bool BoxController::handleEvent(Ion::Events::Event event) {
void BoxController::didBecomeFirstResponder() {
m_view.selectMainView(true);
m_view.reload(-1);
m_view.reload();
}
bool BoxController::isEmpty() {