Last commit accidentally called the wrong get*Samples method
This commit is contained in:
parent
a7796ecbc6
commit
5a4f8fb56f
|
@ -483,7 +483,7 @@ public abstract class AbstractChartFragment extends Fragment {
|
||||||
}
|
}
|
||||||
|
|
||||||
protected List<ActivitySample> getSamples(DBHandler db, GBDevice device) {
|
protected List<ActivitySample> getSamples(DBHandler db, GBDevice device) {
|
||||||
return getAllSamples(db, device, getTSStart(), getTSEnd());
|
return getSamples(db, device, getTSStart(), getTSEnd());
|
||||||
}
|
}
|
||||||
|
|
||||||
private int getTSEnd() {
|
private int getTSEnd() {
|
||||||
|
|
Loading…
Reference in New Issue