mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
Huami 2021: Add missing cast to chunked type
Missed this file in the last commit.
This commit is contained in:
parent
003dd6ce32
commit
f7074c327d
@ -115,7 +115,7 @@ public class Huami2021ChunkedDecoder {
|
||||
}
|
||||
}
|
||||
try {
|
||||
huami2021Handler.handle2021Payload(currentType, buf);
|
||||
huami2021Handler.handle2021Payload((short) currentType, buf);
|
||||
} catch (final Exception e) {
|
||||
LOG.error("Failed to handle payload", e);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user