mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-29 13:26:50 +01:00
Huami: Fix stress sample timestamp increment
This commit is contained in:
parent
c666947a28
commit
9e09fe15bf
@ -57,6 +57,7 @@ public class FetchStressAutoOperation extends AbstractRepeatingFetchOperation {
|
||||
|
||||
for (byte b : bytes) {
|
||||
if (b == -1) {
|
||||
timestamp.add(Calendar.MINUTE, 1);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user