Skip to content

Commit d0eb315

Browse files
committed
fix wrong function call
Signed-off-by: Umair Khan <[email protected]>
1 parent aaaac8c commit d0eb315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processing/mode/android/AndroidToolbar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public void handleRun(int modifiers) {
150150
if (!shift) {
151151
aEditor.handleRunDevice();
152152
} else {
153-
aEditor.handleStop();
153+
aEditor.handleRunEmulator();
154154
}
155155
}
156156

0 commit comments

Comments
 (0)