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

Commit 55638cb6 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Fix NPE when going into WiFi Settings

- this was occuring when updating the Index for remembered WiFi networks

Change-Id: Ifc8f843499e09150685a8dd9bfb705459f28c067
parent 34483748
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -436,6 +436,7 @@ public class Index {
            Log.e(LOG_TAG, "Cannot find SearchIndexableResources for class name: " + className);
            return false;
        }
        res.context = mContext;
        res.enabled = includeInSearchResults;
        if (rebuild) {
            deleteIndexableData(res);