mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Fix build after Keep Health rebase
This commit is contained in:
+1
-1
@@ -834,7 +834,7 @@ public class C60DeviceSupport extends AbstractBTLESingleDeviceSupport {
|
||||
}
|
||||
}
|
||||
|
||||
sampleProvider.addGBActivitySamples(activitySample);
|
||||
sampleProvider.addGBActivitySamples(Arrays.asList(activitySample));
|
||||
} catch (Exception e) {
|
||||
LOG.error("Error acquiring database", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user