mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Sending state ordinals from Launcher to TAPL
This improves diagnostics. Test: TAPL tests Change-Id: I0ebb533513405372ea7c58a36910160cfb6d8368
This commit is contained in:
@@ -522,8 +522,7 @@ public abstract class AbstractStateChangeTouchController
|
||||
}
|
||||
mLauncher.getStateManager().goToState(targetState, false /* animated */);
|
||||
|
||||
AccessibilityManagerCompat.sendEventToTest(
|
||||
mLauncher, TestProtocol.SWITCHED_TO_STATE_MESSAGE);
|
||||
AccessibilityManagerCompat.sendStateEventToTest(mLauncher, targetState.ordinal);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user