mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Xiaomi Watch S4: Switch to BT Classic
This commit is contained in:
-1
@@ -42,7 +42,6 @@ public class MiBand9ProCoordinator extends XiaomiCoordinator {
|
||||
return ConnectionType.BT_CLASSIC;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public int getDefaultIconResource() {
|
||||
return R.drawable.ic_device_default;
|
||||
|
||||
+1
-1
@@ -40,6 +40,6 @@ public class XiaomiWatchS4Coordinator extends XiaomiCoordinator {
|
||||
|
||||
@Override
|
||||
public ConnectionType getConnectionType() {
|
||||
return ConnectionType.BOTH;
|
||||
return ConnectionType.BT_CLASSIC;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user