Skip to content

Commit abb7768

Browse files
Update src/plugins/terminal/src/android/ProcessServer.java
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 2b7ac85 commit abb7768

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/plugins/terminal/src/android/ProcessServer.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ public void onMessage(WebSocket conn, ByteBuffer msg) {
9797
} catch (Exception ignored) {}
9898
}
9999

100-
state.stdin.write(message.getBytes(java.nio.charset.StandardCharsets.UTF_8));
101-
state.stdin.write(message.getBytes());
102-
state.stdin.flush();
103-
} catch (Exception ignored) {}
104-
}
105100

106101
@Override
107102
public void onClose(WebSocket conn, int code, String reason, boolean remote) {

0 commit comments

Comments
 (0)