[apps/shared] Correct bug

Change-Id: Iabaee4cc03a5199cbe35c0d48cf7c0f5e90a6d04
This commit is contained in:
Émilie Feral
2017-03-01 17:05:45 +01:00
committed by Romain Goyet
parent 4e54d92997
commit 4dde6e6625

View File

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