Skip to content

Commit df48e40

Browse files
committed
flush not needed, causes an IOException
1 parent 7e7f372 commit df48e40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mode/src/processing/mode/android/AndroidSDK.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ public void run() {
302302
}, "AndroidSDK: reading licenses").start();
303303
Thread.sleep(1000);
304304
os.write(response.getBytes());
305-
os.flush();
306305
os.close();
307306
} catch (IOException e) {
308307
e.printStackTrace();

0 commit comments

Comments
 (0)