mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-10-13 13:57:57 +00:00
Fixes to the new sendPackage logic
This commit is contained in:
@@ -47,7 +47,7 @@ public class LoopbackLink extends BaseLink {
|
||||
String s = in.serialize();
|
||||
NetworkPackage out= NetworkPackage.unserialize(s);
|
||||
if (key != null) {
|
||||
out.decrypt(privateKey);
|
||||
out = out.decrypt(privateKey);
|
||||
}
|
||||
packageReceived(out);
|
||||
if (in.hasPayload()) {
|
||||
|
Reference in New Issue
Block a user