1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-22 14:52:25 +02:00

Bangle.js:actTrk: add private modifier

This commit is contained in:
Ganblejs 2024-03-06 12:19:47 +01:00 committed by José Rebelo
parent 546102f01f
commit 70a7d8f8da

View File

@ -514,8 +514,8 @@ public class BangleJSDeviceSupport extends AbstractBTLEDeviceSupport {
}
}
JSONArray tracksList;
int packetCount;
private JSONArray tracksList;
private int packetCount;
private void handleUartRxJSON(JSONObject json) throws JSONException {
String packetType = json.getString("t");
switch (packetType) {