1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-24 16:21:16 +02:00

Add uncrypted transactions for GT2

This commit is contained in:
Damien 'Psolyca' Gaignon 2024-01-28 18:40:07 +01:00
parent e974d00104
commit a64317fe7a
No known key found for this signature in database
GPG Key ID: 9E9404E5D9E11843

View File

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