release v0.4.3_pre1
This commit is contained in:
@@ -1135,7 +1135,7 @@ class Scrcpy(
|
||||
)
|
||||
|
||||
val controlWriter = controlStream?.let { stream ->
|
||||
ControlWriter(DataOutputStream(BufferedOutputStream(stream.outputStream)))
|
||||
ControlWriter(DataOutputStream(stream.outputStream))
|
||||
}
|
||||
val controlInput = controlStream?.let { stream ->
|
||||
if (stream === firstStream) firstInput
|
||||
|
||||
Reference in New Issue
Block a user