Revert "elm - collection view - check return and fix coverity wanring"

This reverts commit f3fdcf5692.

This commit leads to ninja test timeout. When returning result here the
future will never fire and we will keep spinning.
This commit is contained in:
Stefan Schmidt 2020-09-21 11:06:39 +02:00
parent 1638a79bd6
commit ddd0736264
1 changed files with 1 additions and 1 deletions

View File

@ -1013,7 +1013,7 @@ _batch_size_cb(void *data, Efl_Ui_Position_Manager_Size_Call_Config conf, Eina_R
sizes = memory.mem;
//count = efl_model_children_count_get(parent);
limit = conf.range.end_id - conf.range.start_id;
if (!ITEM_BASE_SIZE_FROM_MODEL(parent, item_base)) return result;
ITEM_BASE_SIZE_FROM_MODEL(parent, item_base);
// Look in the temporary cache now for the beginning of the buffer
#ifdef VIEWPORT_ENABLE