Fix conflicts

This commit is contained in:
Quentin Guidée
2020-02-17 17:10:32 +01:00
109 changed files with 340 additions and 82 deletions

View File

@@ -206,6 +206,7 @@ void MainController::willDisplayCellForIndex(HighlightCell * cell, int index) {
}
void MainController::viewWillAppear() {
ViewController::viewWillAppear();
m_selectableTableView.reloadData();
}