commit | a7c9a5505a0a1de5da3041a704070c3de9c129d9 | [log] [tgz] |
---|---|---|
author | Ben Murdoch <benm@google.com> | Thu Nov 25 15:42:19 2010 +0000 |
committer | Ben Murdoch <benm@google.com> | Fri Nov 26 10:10:33 2010 +0000 |
tree | 4650411013cd184aa26c93e99023c604dc22a609 | |
parent | b4b87c66e241a7bda0c6c571a82d461775032438 [diff] |
Fix StrictMode violation in WebsiteSettingsActivity WebsiteSettings was querying the bookmarks database on the UI thread. This is a strict mode violation so move that database read into an AsyncTask. Change-Id: I4f27dc2ec3cb842fe09591a0ee406f8af61d3022