emilsjolander / sprinkles

Sprinkles is a boiler-plate-reduction-library for dealing with databases in android applications
Apache License 2.0
773 stars 84 forks source link

When a transaction in committed only notify change once per content uri #64

Open emilsjolander opened 10 years ago

emilsjolander commented 10 years ago

Currently if you save a list of 100 Note.class in a transactions then 100 notification of content changed will be triggered when the transaction is commited.