[apps/regression] Correct bug: reload data if go to parameter page to

update x or y prediction

Change-Id: If237f4610b0292f2931c0d670c12f2fdf6b0cd1d
This commit is contained in:
Émilie Feral
2017-02-17 11:19:18 +01:00
parent ab29598f88
commit 00d4688a86
2 changed files with 5 additions and 0 deletions

View File

@@ -79,4 +79,8 @@ bool GoToParameterController::textFieldDidFinishEditing(TextField * textField, c
return true;
}
void GoToParameterController::viewWillAppear() {
m_selectableTableView.reloadData();
}
}