1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-08 06:08:04 +02:00

Amazfit GTS2: Also use new protocol for calls like GTR2

This is an assumption
This commit is contained in:
Andreas Shimokawa 2021-01-06 22:15:22 +01:00
parent 50fcb85407
commit 50ce99b838
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#### NEXT
* Amazfit Bip U Pro: Initial support
* Amazfit GTS2: fix pairing
* Amazfit GTS/GTR2: Fix incoming call display
* Fossil Hybrid HR: avoid unnessecary widget rendering
* A lot of Data(base) Management screen clarifications and improvemets
* Fix a crash when when forecastConditionType length is 0 in weather notification data

View File

@ -34,6 +34,11 @@ public class AmazfitGTS2Support extends AmazfitGTSSupport {
return new AmazfitGTS2FWHelper(uri, context);
}
@Override
public void onSetCallState(CallSpec callSpec) {
onSetCallStateNew(callSpec);
}
@Override
public UpdateFirmwareOperation createUpdateFirmwareOperation(Uri uri) {
return new UpdateFirmwareOperation2020(uri, this);