test commit
This commit is contained in:
parent
b1100e3c00
commit
6c32861ebd
1 changed files with 2 additions and 1 deletions
|
@ -190,7 +190,7 @@ public class GpxBlockStatisticsBuilder {
|
||||||
ITEM_DISTANCE,
|
ITEM_DISTANCE,
|
||||||
ITEM_ALTITUDE,
|
ITEM_ALTITUDE,
|
||||||
ITEM_SPEED,
|
ITEM_SPEED,
|
||||||
ITEM_TIME;
|
ITEM_TIME
|
||||||
}
|
}
|
||||||
|
|
||||||
private class BlockStatisticsAdapter extends RecyclerView.Adapter<BlockStatisticsViewHolder> {
|
private class BlockStatisticsAdapter extends RecyclerView.Adapter<BlockStatisticsViewHolder> {
|
||||||
|
@ -292,3 +292,4 @@ public class GpxBlockStatisticsBuilder {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
//
|
Loading…
Reference in a new issue