1
0
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:
Andreas Shimokawa 2015-08-16 13:13:53 +02:00
parent 6af0bb2754
commit 48f5931043

View File

@ -1215,7 +1215,7 @@ public class PebbleProtocol extends GBDeviceProtocol {
devEvt = decodeResponsePing(buf);
break;
case ENDPOINT_APPFETCH:
decodeAppFetch(buf);
devEvt = decodeAppFetch(buf);
break;
default:
break;