am 96c5dd3c: am e7b63681: am 0535ed55: Merge "Fix bug #17393417 Developer Options are not indexed after activating them" into lmp-dev
* commit '96c5dd3cc48457dfc8e50baf635136256af9f7ed': Fix bug #17393417 Developer Options are not indexed after activating them
This commit is contained in:
@@ -185,6 +185,7 @@ public class Index {
|
||||
dataToUpdate = new ArrayList<SearchIndexableData>(other.dataToUpdate);
|
||||
dataToDelete = new ArrayList<SearchIndexableData>(other.dataToDelete);
|
||||
nonIndexableKeys = new HashMap<String, List<String>>(other.nonIndexableKeys);
|
||||
forceUpdate = other.forceUpdate;
|
||||
}
|
||||
|
||||
public UpdateData copy() {
|
||||
|
||||
Reference in New Issue
Block a user