diff options
| author | Chuck Liao <chuckliao@google.com> | 2021-05-20 01:06:23 +0800 |
|---|---|---|
| committer | Chuck Liao <chuckliao@google.com> | 2021-05-20 10:09:01 +0800 |
| commit | c4462d0e874f78911cb93e6f0cfefa8fa3a532c8 (patch) | |
| tree | 308e4a23b1c788ab555206e1083e117274ebef3c /tests | |
| parent | a8a2d53e00eeba3dc7658b4286d0b33a4618aab9 (diff) | |
| download | platform_packages_apps_WallpaperPicker2-c4462d0e874f78911cb93e6f0cfefa8fa3a532c8.tar.gz platform_packages_apps_WallpaperPicker2-c4462d0e874f78911cb93e6f0cfefa8fa3a532c8.tar.bz2 platform_packages_apps_WallpaperPicker2-c4462d0e874f78911cb93e6f0cfefa8fa3a532c8.zip | |
Update the logic for featured collections
Bug: 188589807
Test: manual
Change-Id: Ib20aa0c2d5097e3640896b34238c8524e2be7e34
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/src/com/android/wallpaper/testing/TestCategoryProvider.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/wallpaper/testing/TestCategoryProvider.java b/tests/src/com/android/wallpaper/testing/TestCategoryProvider.java index 4922b42..d43a8a0 100644 --- a/tests/src/com/android/wallpaper/testing/TestCategoryProvider.java +++ b/tests/src/com/android/wallpaper/testing/TestCategoryProvider.java @@ -98,7 +98,7 @@ public class TestCategoryProvider implements CategoryProvider { } @Override - public boolean isFeaturedCategory(Category category) { + public boolean isFeaturedCollectionAvailable() { return false; } |
