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
if enteredBolus.doubleValue(for:.internationalUnit())>0{
208
+
letmessage=String(format:NSLocalizedString("Authenticate to Bolus %@ Units", comment:"The message displayed during a device authentication prompt for bolus specification"), enteredBolusAmountString)
209
+
authenticate(message){
210
+
switch $0 {
211
+
case.success:
212
+
self.continueSaving(onSuccess: completion)
213
+
case.failure:
214
+
break
215
+
}
216
+
}
217
+
}elseif potentialCarbEntry !=nil{ // Allow user to save carbs without bolusing
localizedReason:String(format:NSLocalizedString("Authenticate to Bolus %@ Units", comment:"The message displayed during a device authentication prompt for bolus specification"), enteredBolusAmountString),
0 commit comments