Skip to content

Commit 5ce8878

Browse files
author
Lea Steffen
committed
Merge branch 'fix_crash_on_startup' into 'master'
Add a sync after showing the popup See merge request hardware-drivers/urcaps_external_control!2
2 parents 8652fb4 + 6c0fcb3 commit 5ce8878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fzi/externalcontrol/impl/RequestProgram.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public String sendCommand(String command) {
7878
+ "The connection to the remote PC could not be established. "
7979
+ "\", title =\""
8080
+ "connection refused"
81-
+ "\")";
81+
+ "\")\nsync()";
8282
}
8383
return result;
8484
}

0 commit comments

Comments
 (0)