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

Commit aba58742 authored by Aurélien Pomini's avatar Aurélien Pomini Committed by Android (Google) Code Review
Browse files

Merge "Fix wrong arguments in WallpaperManagerService" into main

parents 99b41a27 68ad21d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3484,7 +3484,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub
    // ToDo: Remove this version of the function
    @Override
    public void setWallpaperComponent(ComponentName name) {
        setWallpaperComponent(name, "", UserHandle.getCallingUserId(), FLAG_SYSTEM);
        setWallpaperComponent(name, "", FLAG_SYSTEM, UserHandle.getCallingUserId());
    }

    @VisibleForTesting