mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Remove overview feedback.
Bug: 189489289 Test: TAPL update Change-Id: If531aed1b2e10de9b60f9929cbcdcb5e7ffd436b
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