Skip to content

Commit fb608ef

Browse files
authored
Nate/feature/LOOP-1599/add missing status bar icons (#165)
* testing importing custom SF symbols * added arrow.double.up/down symbols * using the provided bluetooth.disabled symbol * correcting tests * using refactor to device status highlight * device status highlight uses UIImage?
1 parent 522315a commit fb608ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopUI/Views/DeviceStatusHUDView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ import LoopKitUI
7676
}
7777

7878
public func presentStatusHighlight(withMessage message: String,
79-
image: UIImage,
79+
image: UIImage?,
8080
color: UIColor)
8181
{
8282
statusHighlightView.messageLabel.text = message

0 commit comments

Comments
 (0)