1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-02-17 21:06:48 +01: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; private JSONArray tracksList;
int packetCount; private int packetCount;
private void handleUartRxJSON(JSONObject json) throws JSONException { private void handleUartRxJSON(JSONObject json) throws JSONException {
String packetType = json.getString("t"); String packetType = json.getString("t");
switch (packetType) { switch (packetType) {