am 0535ed55: Merge "Fix bug #17393417 Developer Options are not indexed after activating them" into lmp-dev

* commit '0535ed559eca51cce107309d05a3858ae48f5f20':
  Fix bug #17393417 Developer Options are not indexed after activating them
This commit is contained in:
Fabrice Di Meglio
2014-09-04 22:20:55 +00:00
committed by Android Git Automerger

View File

@@ -185,6 +185,7 @@ public class Index {
dataToUpdate = new ArrayList<SearchIndexableData>(other.dataToUpdate); dataToUpdate = new ArrayList<SearchIndexableData>(other.dataToUpdate);
dataToDelete = new ArrayList<SearchIndexableData>(other.dataToDelete); dataToDelete = new ArrayList<SearchIndexableData>(other.dataToDelete);
nonIndexableKeys = new HashMap<String, List<String>>(other.nonIndexableKeys); nonIndexableKeys = new HashMap<String, List<String>>(other.nonIndexableKeys);
forceUpdate = other.forceUpdate;
} }
public UpdateData copy() { public UpdateData copy() {