mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 05:37:43 +00:00
Don't complain about the public key we don't use
This commit is contained in:
parent
c0d21e986c
commit
f13a7148fc
@ -87,8 +87,6 @@ public class LanPairingHandler extends BasePairingHandler {
|
||||
byte[] publicKeyBytes = Base64.decode(publicKeyContent, 0);
|
||||
mDevice.publicKey = KeyFactory.getInstance("RSA").generatePublic(new X509EncodedKeySpec(publicKeyBytes));
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
Log.e("KDE/Device","Pairing exception: Received incorrect key");
|
||||
//IGNORE
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user