mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Pebble: remove unneccessary device update intent (this is done in generic code)
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user