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

Commit 1e60bb54 authored by Zak Cohen's avatar Zak Cohen
Browse files

Shared Lib - add stub for handleImageBundleAsScreenshot.

Bug: 156757117
Test: local compile
Change-Id: I2e249055cc8f917b169943569e0c624df823ffb3
parent b812b3ff
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ import android.view.MotionEvent;
import com.android.launcher3.util.MainThreadInitializedObject;
import com.android.systemui.shared.recents.IPinnedStackAnimationListener;
import com.android.systemui.shared.recents.ISystemUiProxy;
import com.android.systemui.shared.recents.model.Task;

/**
 * Holds the reference to SystemUI.
@@ -344,4 +345,8 @@ public class SystemUiProxy implements ISystemUiProxy {
            }
        }
    }

    public void handleImageBundleAsScreenshot(Bundle screenImageBundle, Rect locationInScreen,
            Insets visibleInsets, Task.TaskKey task) {
    }
}