Remove accessibility duplicates in settings search
Bug: 33701673 Test: make RunSettingsRoboTests Change-Id: I46e79051d10c4cae851f8e76304e6cfe0a3f73d4 Merged-In: Idda6d2f98cb8d2cb91a9a4721b2ef84921f9056a
This commit is contained in:
@@ -42,7 +42,7 @@ import java.util.List;
|
||||
public class BaseSearchIndexProvider implements Indexable.SearchIndexProvider {
|
||||
|
||||
private static final String TAG = "BaseSearchIndex";
|
||||
private static final List<String> EMPTY_LIST = Collections.emptyList();
|
||||
private static final List<String> EMPTY_LIST = new ArrayList<>();
|
||||
|
||||
public BaseSearchIndexProvider() {
|
||||
}
|
||||
|
Reference in New Issue
Block a user