Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f91b4dbc authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Fix bug #17393417 Developer Options are not indexed after activating them

- add forceUpdate field copy in the UpdateData copy constructor

Change-Id: I245ce76bf9798c359219e153d2af9d08e7e11903
parent bde55601
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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() {