diff --git a/src/com/android/settings/search/Index.java b/src/com/android/settings/search/Index.java index db60dfe8f26..3957cf633b0 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() {