Merge pull request #4231 from 21pages/fix
fix file transfer always connecting
This commit is contained in:
commit
2e12d66615
@ -124,8 +124,10 @@ impl<T: InvokeUiSession> Remote<T> {
|
|||||||
Ok((mut peer, direct, pk)) => {
|
Ok((mut peer, direct, pk)) => {
|
||||||
self.handler.set_connection_type(peer.is_secured(), direct); // flutter -> connection_ready
|
self.handler.set_connection_type(peer.is_secured(), direct); // flutter -> connection_ready
|
||||||
self.handler.set_connection_info(direct, false);
|
self.handler.set_connection_info(direct, false);
|
||||||
self.handler
|
if conn_type == ConnType::DEFAULT_CONN {
|
||||||
.set_fingerprint(crate::common::pk_to_fingerprint(pk.unwrap_or_default()));
|
self.handler
|
||||||
|
.set_fingerprint(crate::common::pk_to_fingerprint(pk.unwrap_or_default()));
|
||||||
|
}
|
||||||
|
|
||||||
// just build for now
|
// just build for now
|
||||||
#[cfg(not(windows))]
|
#[cfg(not(windows))]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user