mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-25 11:26:47 +01:00
PebbleProtocol: add missing assignment
This commit is contained in:
parent
6af0bb2754
commit
48f5931043
@ -1215,7 +1215,7 @@ public class PebbleProtocol extends GBDeviceProtocol {
|
||||
devEvt = decodeResponsePing(buf);
|
||||
break;
|
||||
case ENDPOINT_APPFETCH:
|
||||
decodeAppFetch(buf);
|
||||
devEvt = decodeAppFetch(buf);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user