1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-06 21:28:11 +02:00

Huawei Band 9: Fix device name

This commit is contained in:
José Rebelo 2024-05-08 22:49:57 +01:00
parent 39ea1774a4
commit b909e123a4

View File

@ -66,6 +66,6 @@ public class HuaweiBand9Coordinator extends HuaweiLECoordinator {
@Override
public int getDeviceNameResource() {
return R.string.devicetype_huawei_band8;
return R.string.devicetype_huawei_band9;
}
}