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

Commit 30364762 authored by Tracy Zhou's avatar Tracy Zhou
Browse files

sysui_shared lib usage clean up

This usage should have been removed.

Bug: 152003916
Test: N/A (javadoc change)
Change-Id: I64aa9b55db437c24584ea3f970ed8cd89d29ec58
parent bed0008d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ import androidx.annotation.Nullable;
import androidx.annotation.WorkerThread;

import com.android.customization.model.ResourceConstants;
import com.android.systemui.shared.system.SurfaceViewRequestUtils;
import com.android.wallpaper.R;
import com.android.wallpaper.util.PreviewUtils;

@@ -116,7 +115,7 @@ public class LauncherGridOptionsProvider {
     * Request rendering of home screen preview via Launcher to Wallpaper using SurfaceView
     * @param name      the grid option name
     * @param bundle    surface view request bundle generated from
     *                  {@link SurfaceViewRequestUtils#createSurfaceBundle(SurfaceView)}.
     *    {@link com.android.wallpaper.util.SurfaceViewUtils#createSurfaceViewRequest(SurfaceView)}.
     */
    Bundle renderPreview(String name, Bundle bundle) {
        bundle.putString("name", name);