Change share sheet Open In Browser icon to match the rest in NetNewsWire. Fixes #3712

This commit is contained in:
Maurice Parker
2022-10-07 10:34:43 -05:00
parent 758846ef20
commit e79bbf4b19

View File

@@ -17,7 +17,7 @@ class OpenInBrowserActivity: UIActivity {
}
override var activityImage: UIImage? {
return UIImage(systemName: "globe", withConfiguration: UIImage.SymbolConfiguration(pointSize: 20, weight: .regular))
return AppAssets.safariImage
}
override var activityType: UIActivity.ActivityType? {