mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Adding support to add icons in the workspace for tests
Test: atest ReorderWidgets Bug: 243440737 Change-Id: Ic656cef079be965d17ab1b58d5f73ce955c9374c
This commit is contained in:
@@ -319,7 +319,7 @@ public abstract class AbstractLauncherUiTest {
|
||||
/**
|
||||
* Adds {@param item} on the homescreen on the 0th screen
|
||||
*/
|
||||
protected void addItemToScreen(ItemInfo item) {
|
||||
public void addItemToScreen(ItemInfo item) {
|
||||
WidgetUtils.addItemToScreen(item, mTargetContext);
|
||||
resetLoaderState();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user