mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 08:10:50 +01:00
[escher] Make table view accept only table view cell
Change-Id: I393375d0887e692a85747198d5b42d26d207dc83
This commit is contained in:
@@ -37,7 +37,7 @@ int SimpleTableViewDataSource::indexFromCumulatedHeight(KDCoordinate offsetY) {
|
||||
return (offsetY - 1) / height;
|
||||
}
|
||||
|
||||
View * SimpleTableViewDataSource::reusableCell(int index, int type) {
|
||||
TableViewCell * SimpleTableViewDataSource::reusableCell(int index, int type) {
|
||||
assert(type == 0);
|
||||
return reusableCell(index);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user