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

Commit 41f5a6e5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Settings: Fix cannot search paired BT device issue."

parents 37d874e6 e807288d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -241,7 +241,7 @@ public final class BluetoothDevicePreference extends Preference implements
            data.screenTitle = context.getResources().getString(R.string.bluetooth_settings);
            data.iconResId = R.drawable.ic_settings_bluetooth2;
            data.enabled = true;

            Index.getInstance(context).deleteIndexableData(data);
            Index.getInstance(context).updateFromSearchIndexableData(data);
        }
    }