mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-18 14:47:46 +01:00
Remove extraneous bracket
This commit is contained in:
parent
4d8ddb96cf
commit
07818d1f79
@ -117,7 +117,7 @@ public class Widget extends AppWidgetProvider {
|
|||||||
long[] dailyTotals = getSteps();
|
long[] dailyTotals = getSteps();
|
||||||
|
|
||||||
views.setTextViewText(R.id.todaywidget_steps, context.getString(R.string.widget_steps_label, dailyTotals[0]));
|
views.setTextViewText(R.id.todaywidget_steps, context.getString(R.string.widget_steps_label, dailyTotals[0]));
|
||||||
views.setTextViewText(R.id.todaywidget_sleep, context.getString(R.string.widget_sleep_label, getHM((dailyTotals[1])));
|
views.setTextViewText(R.id.todaywidget_sleep, context.getString(R.string.widget_sleep_label, getHM(dailyTotals[1])));
|
||||||
|
|
||||||
if (device != null) {
|
if (device != null) {
|
||||||
String status = String.format("%1s", device.getStateString());
|
String status = String.format("%1s", device.getStateString());
|
||||||
|
Loading…
Reference in New Issue
Block a user