mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Merge "Check if launcher has touch interaction service when registering touch events" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
43d68e9f6b
@@ -66,6 +66,12 @@ public class QuickstepTestInformationHandler extends TestInformationHandler {
|
||||
mDeviceProfile.overviewPageSpacing);
|
||||
return response;
|
||||
}
|
||||
|
||||
case TestProtocol.REQUEST_HAS_TIS: {
|
||||
response.putBoolean(
|
||||
TestProtocol.REQUEST_HAS_TIS, true);
|
||||
return response;
|
||||
}
|
||||
}
|
||||
|
||||
return super.call(method, arg, extras);
|
||||
|
||||
Reference in New Issue
Block a user