[Huawei] refactor: removed isExperimental override

This commit is contained in:
rymut 2024-05-01 22:35:12 +02:00
parent 8860b4b678
commit 7a50df61b8
1 changed files with 0 additions and 5 deletions

View File

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