CID 1405809
Details
Details
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Branch
- arcpatch-D10174
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 13762 Build 9566: arc lint + arc unit
src/lib/elementary/efl_ui_collection_view.c | ||
---|---|---|
1854 | 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.