Revert "Shared Lib - add stub for handleImageBundleAsScreenshot."
This reverts commit 1e60bb54ca
.
Reason for revert: Stub not needed
Change-Id: I71e5bb38e37042addaaff75423bc47209d56a20b
This commit is contained in:
parent
ef474d2959
commit
f2a6d5b70f
|
@ -31,7 +31,6 @@ 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.
|
||||
|
@ -345,8 +344,4 @@ public class SystemUiProxy implements ISystemUiProxy {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void handleImageBundleAsScreenshot(Bundle screenImageBundle, Rect locationInScreen,
|
||||
Insets visibleInsets, Task.TaskKey task) {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue