diff options
Diffstat (limited to 'src/com/android/customization/module/StatsLogUserEventLogger.java')
| -rw-r--r-- | src/com/android/customization/module/StatsLogUserEventLogger.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/customization/module/StatsLogUserEventLogger.java b/src/com/android/customization/module/StatsLogUserEventLogger.java index 2b6767b0..96454548 100644 --- a/src/com/android/customization/module/StatsLogUserEventLogger.java +++ b/src/com/android/customization/module/StatsLogUserEventLogger.java @@ -144,7 +144,7 @@ public class StatsLogUserEventLogger extends NoOpUserEventLogger implements Them final boolean isLockWallpaperSet = mWallpaperStatusChecker.isLockWallpaperSet(mContext); final String homeCollectionId = mPreferences.getHomeWallpaperCollectionId(); final String homeRemoteId = mPreferences.getHomeWallpaperRemoteId(); - final String effects = mPreferences.getWallpaperEffects(); + final String effects = mPreferences.getHomeWallpaperEffects(); String homeWallpaperId = TextUtils.isEmpty(homeRemoteId) ? mPreferences.getHomeWallpaperServiceName() : homeRemoteId; String lockCollectionId = isLockWallpaperSet ? mPreferences.getLockWallpaperCollectionId() |
