CID 1405809
Details
Details
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
src/lib/elementary/efl_ui_collection_view.c | ||
---|---|---|
1856 | I agree, we can calculate the length before creating the request and avoid one allocation cycle for nothing completely. |
Comment Actions
Updated by moving the variables and calculations used only in VIEWPORT_ENABLE actually inside the ifdef
Comment Actions
Ah no, this is incorrect. The idea is to refetch all the object after the deleted one. This patch seems to disable that completely.