You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let activeCarbsNumberString = carbsFormatter.string(from:HKQuantity(unit: carbUnit, doubleValue: carbsOnBoard), for: carbUnit)
273
+
let activeCarbsNumberString = carbsFormatter.string(from:HKQuantity(unit: carbUnit, doubleValue: carbsOnBoard))
275
274
{
276
275
self.activeCarbsAmountLabel.text =String(format:NSLocalizedString("%1$@", comment:"The subtitle format describing the grams of active carbs. (1: localized carb value description)"), activeCarbsNumberString)
277
276
}else{
@@ -299,9 +298,6 @@ class StatusViewController: UIViewController, NCWidgetProviding {
0 commit comments