mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-31 06:05:12 +00:00
Fixed bug that made file transfers not work.
The socket was not initialized for SSL when it should.
This commit is contained in:
@@ -74,6 +74,7 @@ public class LanLink extends BaseLink {
|
||||
Channel oldChannel = this.channel;
|
||||
this.channel = channel;
|
||||
this.connectionSource = connectionSource;
|
||||
this.onSsl = onSsl;
|
||||
return oldChannel;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user