Replaced ContentQueryMap with CursorLoader
- Piggyback a trivial typo fix from previous change - Fix b/10228666 Change-Id: I96c4f5c434b67caf10b3406eec4f3f7c5cf846e9
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user