diff --git a/apps/statistics/box_controller.cpp b/apps/statistics/box_controller.cpp index 794bae33b..644aed2b1 100644 --- a/apps/statistics/box_controller.cpp +++ b/apps/statistics/box_controller.cpp @@ -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 {