diff --git a/src/com/android/settings/search/Index.java b/src/com/android/settings/search/Index.java index f5a2fa9464a..ca05f6d1853 100644 --- a/src/com/android/settings/search/Index.java +++ b/src/com/android/settings/search/Index.java @@ -185,6 +185,7 @@ public class Index { dataToUpdate = new ArrayList(other.dataToUpdate); dataToDelete = new ArrayList(other.dataToDelete); nonIndexableKeys = new HashMap>(other.nonIndexableKeys); + forceUpdate = other.forceUpdate; } public UpdateData copy() {