Skip to content

Commit 9660d74

Browse files
committed
Fix simulator build
1 parent c9ad64a commit 9660d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mabl/src/aipinSimulator/java/com/penumbraos/mabl/ui/SimulatorInputHandler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class SimulatorInputHandler(
6565
override fun onSimulatorStopListening() {
6666
Log.d(TAG, "Simulator stop listening")
6767
if (interactionFlowManager.isFlowActive()) {
68-
interactionFlowManager.cancelCurrentFlow()
68+
interactionFlowManager.finishListening()
6969
}
7070
}
7171
}

0 commit comments

Comments
 (0)