We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ad64a commit 9660d74Copy full SHA for 9660d74
mabl/src/aipinSimulator/java/com/penumbraos/mabl/ui/SimulatorInputHandler.kt
@@ -65,7 +65,7 @@ class SimulatorInputHandler(
65
override fun onSimulatorStopListening() {
66
Log.d(TAG, "Simulator stop listening")
67
if (interactionFlowManager.isFlowActive()) {
68
- interactionFlowManager.cancelCurrentFlow()
+ interactionFlowManager.finishListening()
69
}
70
71
0 commit comments