Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit f7e85d4

Browse files
authored
Fill in missing switch in watch (#1805)
1 parent bca4148 commit f7e85d4

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"scale" : "1x"
6+
},
7+
{
8+
"idiom" : "universal",
9+
"filename" : "[email protected]",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"filename" : "[email protected]",
15+
"scale" : "3x"
16+
}
17+
],
18+
"info" : {
19+
"version" : 1,
20+
"author" : "xcode"
21+
}
22+
}
Loading
Loading

FreetimeWatch Extension/RepoInboxController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ final class RepoInboxController: WKInterfaceController {
7777
case .pullRequest: imageName = "git-pull-request"
7878
case .release: imageName = "tag"
7979
case .repo: imageName = "repo"
80+
case .vulnerabilityAlert: imageName = "alert"
8081
}
8182
row.typeImage.setImage(UIImage(named: imageName)?.withRenderingMode(.alwaysTemplate))
8283

0 commit comments

Comments
 (0)