mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
Amazfit GTS2: Also use new protocol for calls like GTR2
This is an assumption
This commit is contained in:
parent
50fcb85407
commit
50ce99b838
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user