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

Commit 68ad21d5 authored by Aurélien Pomini's avatar Aurélien Pomini
Browse files

Fix wrong arguments in WallpaperManagerService

Flag: EXEMPT small fix
Test: presubmit
Bug: 278261563
Change-Id: I6580198ea35eb012d549d83350aafd314be5545c
parent 052d5fd9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3480,7 +3480,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