Replaced ContentQueryMap with CursorLoader

- Piggyback a trivial typo fix from previous change

- Fix b/10228666

Change-Id: I96c4f5c434b67caf10b3406eec4f3f7c5cf846e9
This commit is contained in:
Lifu Tang
2013-08-29 14:42:12 -07:00
parent 4f08ddb28c
commit 007994279c
2 changed files with 35 additions and 41 deletions

View File

@@ -322,7 +322,7 @@ class SettingsInjector {
Log.wtf(TAG, "Unexpected what: " + msg);
}
// Decide whether to load addiitonal settings based on the new state. Start by seeing
// Decide whether to load additional settings based on the new state. Start by seeing
// if we have headroom to load another setting.
if (mSettingsBeingLoaded.size() > 0 || mTimedOutSettings.size() > 1) {
// Don't load any more settings until one of the pending settings has completed.