mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 08:05:55 +01:00
fix initialization
This commit is contained in:
parent
cdef620700
commit
84dff5b8df
@ -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()));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user