فهرست منبع

Adjust live activity decimal separator #159

Deniz Cengiz 1 سال پیش
والد
کامیت
74083c1311
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      LiveActivity/Views/WidgetItems/LiveActivityIOBLabelView.swift

+ 0 - 1
LiveActivity/Views/WidgetItems/LiveActivityIOBLabelView.swift

@@ -16,7 +16,6 @@ struct LiveActivityIOBLabelView: View {
         let formatter = NumberFormatter()
         formatter.numberStyle = .decimal
         formatter.maximumFractionDigits = 1
-        formatter.decimalSeparator = "."
         return formatter
     }