commit | 22678e774a90943c33be27853ca42f9b8bb73d07 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Thu Sep 24 03:10:06 2009 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Thu Sep 24 03:19:28 2009 -0700 |
tree | 0108c81b3cac599a8bf5d3553365ede4fd1ff64f | |
parent | edb54bc2bc74a2c6be8e51dfdd0f1ac26ffcf3e0 [diff] |
Delay updating of Contacts.IN_VISIBLE_GROUP until finished. To help prevent ANRs, this change take advantage of new query parameters that delay updating until explicitly requested. When the user finishes changing groups and presses back, we show a progress dialog while we force a single visible update pass in the background. Fixes http://b/2075275