mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-17 01:28:21 +00:00
Marking that we process REQUEST_ENABLE_ROTATION
Bug: 187761685 Test: presubmit Change-Id: I8239cd59dada685618fb273ef5840d30756ec84a
This commit is contained in:
@@ -176,7 +176,7 @@ public class TestInformationHandler implements ResourceBasedOverride {
|
||||
MAIN_EXECUTOR.submit(() ->
|
||||
Launcher.ACTIVITY_TRACKER.getCreatedActivity().getRotationHelper()
|
||||
.forceAllowRotationForTesting(Boolean.parseBoolean(arg)));
|
||||
return null;
|
||||
return response;
|
||||
|
||||
case TestProtocol.REQUEST_WORKSPACE_CELL_LAYOUT_SIZE:
|
||||
return getLauncherUIProperty(Bundle::putIntArray, launcher -> {
|
||||
|
||||
Reference in New Issue
Block a user