mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-24 19:06:53 +01:00
Bangle.js:actTrk: add private modifier
This commit is contained in:
parent
546102f01f
commit
70a7d8f8da
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user