mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
fix initialization
This commit is contained in:
committed by
José Rebelo
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()));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user