1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-28 12:56:49 +01:00

[Huawei] refactor: removed isExperimental override

This commit is contained in:
rymut 2024-05-01 22:35:12 +02:00
parent 8860b4b678
commit 7a50df61b8

View File

@ -34,11 +34,6 @@ public class HuaweiWatchFit2Coordinator extends HuaweiBRCoordinator {
getHuaweiCoordinator().setTransactionCrypted(true); getHuaweiCoordinator().setTransactionCrypted(true);
} }
@Override
public boolean isExperimental() {
return true;
}
@Override @Override
public DeviceType getDeviceType() { public DeviceType getDeviceType() {
return DeviceType.HUAWEIWATCHFIT2; return DeviceType.HUAWEIWATCHFIT2;