[apps] Reload VariableBox cells before displaying them

This commit is contained in:
Léa Saviot
2018-11-05 15:22:53 +01:00
committed by Émilie Feral
parent 549c9ed1fd
commit 9ee0f94ba4

View File

@@ -104,6 +104,7 @@ void VariableBoxController::willDisplayCellForIndex(HighlightCell * cell, int in
Layout symbolLayout = LayoutHelper::String(symbolName, symbolLength);
myCell->setLayout(symbolLayout);
myCell->setAccessoryLayout(expressionLayoutForRecord(record, index));
myCell->reloadCell();
}
KDCoordinate VariableBoxController::rowHeight(int index) {