Skip to content

Commit

Permalink
show the correct app icon for Quicksy users in CallKit UI
Browse files Browse the repository at this point in the history
  • Loading branch information
lissine0 authored and tmolitor-stud-tu committed Aug 22, 2024
1 parent 0a8783c commit 7a6ea6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Monal/Classes/MLVoIPProcessor.m
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ -(id) init
config.supportsVideo = YES;
config.includesCallsInRecents = YES;
//see https://stackoverflow.com/a/45823730/3528174
#ifndef QUICKSY
#ifndef IS_QUICKSY
config.iconTemplateImageData = UIImagePNGRepresentation([UIImage imageNamed:@"CallKitLogo"]);
#else
config.iconTemplateImageData = UIImagePNGRepresentation([UIImage imageNamed:@"QuicksyCallKitLogo"]);
Expand Down

0 comments on commit 7a6ea6b

Please sign in to comment.