mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Last commit accidentally called the wrong get*Samples method
This commit is contained in:
@@ -483,7 +483,7 @@ public abstract class AbstractChartFragment extends Fragment {
|
||||
}
|
||||
|
||||
protected List<ActivitySample> getSamples(DBHandler db, GBDevice device) {
|
||||
return getAllSamples(db, device, getTSStart(), getTSEnd());
|
||||
return getSamples(db, device, getTSStart(), getTSEnd());
|
||||
}
|
||||
|
||||
private int getTSEnd() {
|
||||
|
Reference in New Issue
Block a user