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

Commit 1105d148 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android (Google) Code Review
Browse files

Merge "Force Search Index rebuilding for Wifi remembered networks"

parents 73358906 da0e6ff8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ public class WifiEnabler implements CompoundButton.OnCheckedChangeListener {
                case EVENT_UPDATE_INDEX:
                    final boolean isWiFiOn = msg.getData().getBoolean(EVENT_DATA_IS_WIFI_ON);
                    Index.getInstance(mContext).updateFromClassNameResource(
                            WifiSettings.class.getName(), false, isWiFiOn);
                            WifiSettings.class.getName(), true, isWiFiOn);
                    break;
            }
        }