mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-22 05:24:29 +00:00
Update Camera application shortcut icon
This commit is contained in:
parent
56433f5e11
commit
04f7b41e47
12
Telegram-iOS/Icons.xcassets/Shortcuts/Camera.imageset/Contents.json
vendored
Normal file
12
Telegram-iOS/Icons.xcassets/Shortcuts/Camera.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "ic_camera.pdf"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
BIN
Telegram-iOS/Icons.xcassets/Shortcuts/Camera.imageset/ic_camera.pdf
vendored
Normal file
BIN
Telegram-iOS/Icons.xcassets/Shortcuts/Camera.imageset/ic_camera.pdf
vendored
Normal file
Binary file not shown.
@ -24,7 +24,7 @@ extension ApplicationShortcutItem {
|
||||
case .compose:
|
||||
icon = UIApplicationShortcutIcon(type: .compose)
|
||||
case .camera:
|
||||
icon = UIApplicationShortcutIcon(type: .capturePhoto)
|
||||
icon = UIApplicationShortcutIcon(templateImageName: "Shortcuts/Camera")
|
||||
case .savedMessages:
|
||||
icon = UIApplicationShortcutIcon(templateImageName: "Shortcuts/SavedMessages")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user