mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-26 10:35:50 +01:00
Missed delimiter
This commit is contained in:
parent
4c7d6d4a10
commit
3a55c67b9e
@ -887,7 +887,7 @@ public class HPlusSupport extends AbstractBTLEDeviceSupport {
|
|||||||
String DEVINFO_STEP = getContext().getString(R.string.chart_steps) + ": ";
|
String DEVINFO_STEP = getContext().getString(R.string.chart_steps) + ": ";
|
||||||
String DEVINFO_DISTANCE = getContext().getString(R.string.distance) + ": ";
|
String DEVINFO_DISTANCE = getContext().getString(R.string.distance) + ": ";
|
||||||
String DEVINFO_CALORY = getContext().getString(R.string.calories) + ": ";
|
String DEVINFO_CALORY = getContext().getString(R.string.calories) + ": ";
|
||||||
String DEVINFO_HEART = getContext().getString(R.string.charts_legend_heartrate);
|
String DEVINFO_HEART = getContext().getString(R.string.charts_legend_heartrate) + ": ";
|
||||||
|
|
||||||
String info = "";
|
String info = "";
|
||||||
if (record.steps > 0) {
|
if (record.steps > 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user