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

Add uncrypted transactions for GT3

This commit is contained in:
Damien 'Psolyca' Gaignon 2024-01-28 19:02:34 +01:00
parent a64317fe7a
commit 2a41b77ffc
No known key found for this signature in database
GPG Key ID: 9E9404E5D9E11843

View File

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