Merge "Remove overview feedback." into sc-dev am: 295ab38446
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14749512 Change-Id: I833e29f1b60916a22bfa7519c1b6c140f040bdeb
This commit is contained in:
@@ -48,21 +48,4 @@ public class SelectModeButtons {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Click feedback button.
|
||||
*/
|
||||
@NonNull
|
||||
public Background clickFeedback() {
|
||||
try (LauncherInstrumentation.Closable e = mLauncher.eventsCheck();
|
||||
LauncherInstrumentation.Closable c =
|
||||
mLauncher.addContextLayer("want to click feedback button")) {
|
||||
UiObject2 feedback = mLauncher.waitForObjectInContainer(mSelectModeButtons, "feedback");
|
||||
mLauncher.clickLauncherObject(feedback);
|
||||
try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer(
|
||||
"clicked feedback button")) {
|
||||
return new Background(mLauncher);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user