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

Commit d730f9d7 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Making resultHandler protected to make it accessible from a subClass

Change-Id: Id11118b9f8b9782c44847ac82a03ea36bcb43963
parent 51832858
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ public class DefaultAppSearchAlgorithm {
    private static final Pattern SPLIT_PATTERN = Pattern.compile("[\\s|\\p{javaSpaceChar}]+");

    private final List<AppInfo> mApps;
    private final Handler mResultHandler;
    protected final Handler mResultHandler;

    public DefaultAppSearchAlgorithm(List<AppInfo> apps) {
        mApps = apps;