Skip to content
Commit c0b3c3f3 authored by Sergio Martins's avatar Sergio Martins
Browse files

Reuse the same Incidence pointers onDataChanged.

On dataChanged we get a new Item with a new payload, and we store
that item in mItemsById map. That payload will have a different
raw pointer than the one we already have internally, so
update the payload.

Reduces memory consumption.
parent 5081f871
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment