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

Commit 09e13da6 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Some code cleaning

- use MatrixCursor var as in the other cases

Change-Id: Iba1163a851e62de9a0dd6e7c1c5d28f06452bdba
parent 490099b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ public class SettingsSearchIndexablesProvider extends SearchIndexablesProvider {

    @Override
    public Cursor queryRawData(String[] projection) {
        Cursor result = new MatrixCursor(INDEXABLES_RAW_COLUMNS);
        MatrixCursor result = new MatrixCursor(INDEXABLES_RAW_COLUMNS);
        return result;
    }