From 84dff5b8dfc1e702acfdfbe23db56e7c56069e74 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 15 Oct 2023 22:38:25 +0200 Subject: [PATCH] fix initialization --- .../service/devices/miwatch/MiWatchLiteSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()));