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

Commit

Permalink
Fill in missing switch in watch (#1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnystrom authored May 13, 2018
1 parent bca4148 commit f7e85d4
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "[email protected]",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions FreetimeWatch Extension/RepoInboxController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ final class RepoInboxController: WKInterfaceController {
case .pullRequest: imageName = "git-pull-request"
case .release: imageName = "tag"
case .repo: imageName = "repo"
case .vulnerabilityAlert: imageName = "alert"
}
row.typeImage.setImage(UIImage(named: imageName)?.withRenderingMode(.alwaysTemplate))

Expand Down

0 comments on commit f7e85d4

Please sign in to comment.