diff --git a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/miwatch/MiWatchLiteSupport.java b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/miwatch/MiWatchLiteSupport.java index 15a3d7027..f4356c5af 100644 --- a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/miwatch/MiWatchLiteSupport.java +++ b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/miwatch/MiWatchLiteSupport.java @@ -74,7 +74,7 @@ public class MiWatchLiteSupport extends XiaomiSupport { .setSubtype(XiaomiAuthService.CMD_SEND_USERID) .setAuth(auth) .build(); - sendCommand("send user id", command); + sendCommand(builder, command); builder.add(new SetDeviceStateAction(getDevice(), GBDevice.State.INITIALIZED, getContext()));