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

Commit 7d232b43 authored by Chris Poultney's avatar Chris Poultney
Browse files

Separates home and lock wallpaper metadata

Tests will be added as follow-ups because test architecture changes are
needed.

Bug: 267479837
Test: added as follow-ups
Change-Id: Ic849012f6f035b3189f9c9f4183fe92255df4be7
parent d4daeff1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()