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:
Zak Cohen 2020-06-03 23:28:33 +00:00
parent ef474d2959
commit f2a6d5b70f
1 changed files with 0 additions and 5 deletions

View File

@ -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) {
}
}