Pass a message to query the database, rather than doing it in onCreate.

Creating a BrowserBookmarksAdapter queries the database.  Rather than
doing it in onCreate, which may slow down opening the bookmarks page,
pass a message to do it.
1 file changed