mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Huami: Fix stress sample timestamp increment
This commit is contained in:
@@ -57,6 +57,7 @@ public class FetchStressAutoOperation extends AbstractRepeatingFetchOperation {
|
||||
|
||||
for (byte b : bytes) {
|
||||
if (b == -1) {
|
||||
timestamp.add(Calendar.MINUTE, 1);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user