mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-04 09:17:29 +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)
|
.setSubtype(XiaomiAuthService.CMD_SEND_USERID)
|
||||||
.setAuth(auth)
|
.setAuth(auth)
|
||||||
.build();
|
.build();
|
||||||
sendCommand("send user id", command);
|
sendCommand(builder, command);
|
||||||
|
|
||||||
builder.add(new SetDeviceStateAction(getDevice(), GBDevice.State.INITIALIZED, getContext()));
|
builder.add(new SetDeviceStateAction(getDevice(), GBDevice.State.INITIALIZED, getContext()));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user