1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-27 16:56:57 +02:00

Set transaction encryption to false

This commit is contained in:
Damien 'Psolyca' Gaignon 2024-01-28 11:31:13 +01:00
parent 0ed9e5b1a8
commit e974d00104
No known key found for this signature in database
GPG Key ID: 9E9404E5D9E11843

View File

@ -36,6 +36,7 @@ public class HonorMagicWatch2Coordinator extends HuaweiBRCoordinator {
public HonorMagicWatch2Coordinator() {
super();
getHuaweiCoordinator().setTransactionCrypted(false);
}
@Override