mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Merge "removed extra test protocol for unit test" into ub-launcher3-qt-future-dev
am: d8aef47393
Change-Id: I0d69c2ec0e3d693d4556314fd1b74dabd0a8cbd2
This commit is contained in:
@@ -82,14 +82,6 @@ public class TestInformationHandler implements ResourceBasedOverride {
|
||||
break;
|
||||
}
|
||||
|
||||
case TestProtocol.REQUEST_DOES_WORKSPACE_HAVE_SECOND_PAGE: {
|
||||
if (mLauncher == null) return null;
|
||||
|
||||
response.putBoolean(TestProtocol.TEST_INFO_RESPONSE_FIELD,
|
||||
mLauncher.getWorkspace().getPageCount() > 1);
|
||||
break;
|
||||
}
|
||||
|
||||
case TestProtocol.REQUEST_IS_LAUNCHER_INITIALIZED: {
|
||||
response.putBoolean(TestProtocol.TEST_INFO_RESPONSE_FIELD, true);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user