1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-18 11:24:06 +02:00

Pebble: remove unneccessary device update intent (this is done in generic code)

This commit is contained in:
Andreas Shimokawa 2015-08-14 13:46:37 +02:00
parent e28d6fa7cb
commit f5fbb08696

View File

@ -281,7 +281,6 @@ public class PebbleIoThread extends GBDeviceIoThread {
write(mPebbleProtocol.encodeSetTime(-1));
}
gbDevice.setState(GBDevice.State.INITIALIZED);
gbDevice.sendDeviceUpdateIntent(getContext());
return false;
case APP_MANAGEMENT_RES:
GBDeviceEventAppManagementResult appMgmtRes = (GBDeviceEventAppManagementResult) deviceEvent;