mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 01:08:15 +01:00
[apps] enable node navigation to decide the leaf row height
Change-Id: Ib013dd50c4d57df31e9be7813440037173415330
This commit is contained in:
@@ -80,7 +80,7 @@ void NodeListViewController::willDisplayCellForIndex(TableViewCell * cell, int i
|
||||
|
||||
KDCoordinate NodeListViewController::rowHeight(int j) {
|
||||
if (typeAtLocation(0, j) == 0) {
|
||||
return k_leafRowHeight;
|
||||
return m_nodeNavigationController->leafRowHeight(j);
|
||||
}
|
||||
return k_nodeRowHeight;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user