diff --git a/apps/calculation/history_controller.cpp b/apps/calculation/history_controller.cpp index 159c36e8a..c8c153b6a 100644 --- a/apps/calculation/history_controller.cpp +++ b/apps/calculation/history_controller.cpp @@ -39,7 +39,7 @@ void HistoryController::reload() { * the table view twice. */ if (numberOfRows() > 0) { - m_selectableTableView.scrollToCell(0, numberOfRows()-1); + m_selectableTableView.scrollToBottom(); // Force to reload last added cell (hide the burger and exact output if necessary) tableViewDidChangeSelectionAndDidScroll(&m_selectableTableView, 0, numberOfRows()-1); }