Pebble: remove unneccessary device update intent (this is done in generic code)
This commit is contained in:
parent
e28d6fa7cb
commit
f5fbb08696
|
@ -281,7 +281,6 @@ public class PebbleIoThread extends GBDeviceIoThread {
|
||||||
write(mPebbleProtocol.encodeSetTime(-1));
|
write(mPebbleProtocol.encodeSetTime(-1));
|
||||||
}
|
}
|
||||||
gbDevice.setState(GBDevice.State.INITIALIZED);
|
gbDevice.setState(GBDevice.State.INITIALIZED);
|
||||||
gbDevice.sendDeviceUpdateIntent(getContext());
|
|
||||||
return false;
|
return false;
|
||||||
case APP_MANAGEMENT_RES:
|
case APP_MANAGEMENT_RES:
|
||||||
GBDeviceEventAppManagementResult appMgmtRes = (GBDeviceEventAppManagementResult) deviceEvent;
|
GBDeviceEventAppManagementResult appMgmtRes = (GBDeviceEventAppManagementResult) deviceEvent;
|
||||||
|
|
Loading…
Reference in New Issue