mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-29 05:16:51 +01:00
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));
|
||||
}
|
||||
gbDevice.setState(GBDevice.State.INITIALIZED);
|
||||
gbDevice.sendDeviceUpdateIntent(getContext());
|
||||
return false;
|
||||
case APP_MANAGEMENT_RES:
|
||||
GBDeviceEventAppManagementResult appMgmtRes = (GBDeviceEventAppManagementResult) deviceEvent;
|
||||
|
Loading…
Reference in New Issue
Block a user